jak-project/game/overlord/overlord.h
2020-08-22 22:30:12 -04:00

8 lines
152 B
C

#ifndef JAK_V2_OVERLORD_H
#define JAK_V2_OVERLORD_H
int start_overlord(int argc, const char* const* argv);
void ExitIOP();
#endif //JAK_V2_OVERLORD_H