9 lines
121 B
C
9 lines
121 B
C
#ifndef PLTF_WIN32_H_
|
|
#define PLTF_WIN32_H_
|
|
|
|
#include <windef.h>
|
|
|
|
extern HMODULE opengl_module;
|
|
|
|
#endif // PLTF_WIN32_H_
|