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

@@ -35,6 +35,6 @@ PLTF_GL_FUNCS(X)
#undef X
void* pltf_gl_function_load(const char* name);
void pltf_load_gl_funcs();
void pltf_gl_funcs_load();
#endif // GL_FUNCS_H_