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

15 lines
243 B
C

/*!
* @file runtime.h
* Setup and launcher for the runtime.
*/
#ifndef JAK1_RUNTIME_H
#define JAK1_RUNTIME_H
#include "common/common_types.h"
extern u8* g_ee_main_mem;
void exec_runtime(int argc, char** argv);
#endif // JAK1_RUNTIME_H