m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/char.h
blob: 503ba04c7604bef2c25610bb289f986f6b795704 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CHAR_H
#define CHAR_H

int new_doomdev(void);
void destroy_doomdev(void);
int char_init(void);
void char_cleanup(void);

#endif