Remove the include directory. Add init_clock.[ch]

This commit is contained in:
László Monda
2016-10-04 18:36:01 +02:00
parent f4f7fd72d9
commit 5936129ebc
7 changed files with 158 additions and 275 deletions

8
right/src/init_clock.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __INIT_CLOCK_H__
#define __INIT_CLOCK_H__
// Functions:
void InitClock();
#endif