1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/GLideN64.h
Sergey Lipskiy 86cde946e9 Refactor: replace C style OGL_* functions by OGLRender and OGLVideo classes.
OGLRender performs rendering operations.

OGLVideo initializes OpenGL and performes operations with graphics context.
It has platform-dependent implementations.
2015-05-13 10:13:00 +06:00

8 lines
127 B
C

#ifndef GLIDEN64_H
#define GLIDEN64_H
extern char pluginName[];
extern void (*CheckInterrupts)( void );
#endif // GLIDEN64_H