C-Engine/otherlib/FonctionC.h

13 lines
202 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);
2016-06-14 15:39:24 +02:00
int mod(int a, int b);
2016-06-09 17:07:38 +02:00
int RTC_getTicks(void);
#endif // FONCTIONC