8 lines
86 B
C
8 lines
86 B
C
![]() |
#ifndef __MDFN_TESTS_H
|
||
|
#define __MDFN_TESTS_H
|
||
|
|
||
|
bool MDFN_RunMathTests(void);
|
||
|
|
||
|
#endif
|
||
|
|