WHY2/include/misc.h

7 lines
127 B
C
Raw Normal View History

2022-04-22 18:39:48 +02:00
#ifndef WHY2_MISC_H
#define WHY2_MISC_H
void checkVersion(); //THIS FUNCTION CHECKS IF LATEST VERSION OF WHY2 IS USED
#endif