C-Engine/otherlib/FonctionC.h

12 lines
179 B
C
Raw Normal View History

2016-06-09 17:07:38 +02:00
#ifndef FONCTIONC
#define FONCTIONC
int PrintV(int x, int y, int v);
int getFps();
void setFps(int fpsWish);
int getDelay( int ms);
int RTC_getTicks(void);
#endif // FONCTIONC