11 lines
182 B
C
11 lines
182 B
C
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
#include "PluginSpecs_Video.h"
|
||
|
#include "render.h"
|
||
|
|
||
|
extern SVideoInitialize g_VideoInitialize;
|
||
|
|
||
|
void DebugLog(const char* _fmt, ...);
|
||
|
|
||
|
#endif
|