game-ctrl merged
This commit is contained in:
10
game-ctrl/time.h
Normal file
10
game-ctrl/time.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef TIME_H_
|
||||
#define TIME_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void timeInit();
|
||||
|
||||
|
||||
|
||||
#endif /* TIME_H_ */
|
Reference in New Issue
Block a user