mirror of
https://github.com/joel16/PSP-Everest.git
synced 2024-11-26 21:10:39 +00:00
10 lines
145 B
C
10 lines
145 B
C
#ifndef ___MAIN_H___
|
|
#define ___MAIN_H___
|
|
|
|
#include "vlf.h"
|
|
|
|
extern int psp_model, devkit, language;
|
|
extern u32 tachyon, baryon, pommel;
|
|
|
|
#endif
|