C-Engine/otherlib/FonctionC.h

12 lines
179 B
C

#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