tint2/src/init.h
2017-08-31 18:38:31 +02:00

7 lines
89 B
C

#ifndef INIT_H
#define INIT_H
void init(int argc, char **argv);
void cleanup();
#endif