Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
alexbevi
Edit Copy
Star
GitHub Repository:
alexbevi/BizHawk
Path:
blob/master/psx/octoshock/tests.h
2
views
1
#ifndef __MDFN_TESTS_H
2
#define __MDFN_TESTS_H
3
4
bool
MDFN_RunMathTests
(
void
)
;
5
6
#endif
7
8
9