C-Engine/otherlib/FonctionC.h

13 lines
202 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 mod(int a, int b);
int RTC_getTicks(void);
#endif // FONCTIONC