Add some more needed stuff.

This commit is contained in:
Themaister 2012-01-11 23:48:48 +01:00
parent a39c37e1ee
commit e583546778
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <sysutil/sysutil_gamecontent.h>
#include "ps3_input.h"
#include "ps3_video_psgl.h"
#include "../conf/config_file.h"
#include "../general.h"

View File

@ -26,5 +26,6 @@
void ps3_video_init(void);
void ps3_video_deinit(void);
extern void *g_gl;
#endif