2008-07-12 17:40:22 +00:00
|
|
|
#ifndef MAIN_H
|
|
|
|
#define MAIN_H
|
|
|
|
|
|
|
|
#include "PluginSpecs_Video.h"
|
2008-08-26 23:32:54 +00:00
|
|
|
#include "Render.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
|
|
|
|
extern SVideoInitialize g_VideoInitialize;
|
|
|
|
|
|
|
|
void DebugLog(const char* _fmt, ...);
|
|
|
|
|
2008-08-26 23:32:54 +00:00
|
|
|
#endif
|