win32 stuff moved under pltf

This commit is contained in:
2026-07-03 17:32:50 +03:00
parent ea8c4bba36
commit 10a96ec02b
8 changed files with 385 additions and 391 deletions

View File

@@ -0,0 +1,8 @@
#ifndef PLTF_WIN32_H_
#define PLTF_WIN32_H_
#include <windef.h>
extern HMODULE opengl_module;
#endif // PLTF_WIN32_H_