]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/common/init.h
Improve diagnostics when invoked from incorrect path
[dragonblocks_alpha.git] / src / common / init.h
1 #ifndef _INIT_H_
2 #define _INIT_H_
3
4 void dragonblocks_init(int argc);
5
6 #endif