Refactoring
This commit is contained in:
7
src/init.h
Normal file
7
src/init.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef INIT_H
|
||||
#define INIT_H
|
||||
|
||||
void init(int argc, char **argv);
|
||||
void cleanup();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user