DynString_equal_c_str
This commit is contained in:
@@ -30,8 +30,8 @@ typedef struct {
|
||||
extern PltfWin32State pltf_state;
|
||||
extern HMODULE opengl_module;
|
||||
|
||||
bool pltf_has_wgl_extension(const DynString* name);
|
||||
bool pltf_has_wgl_extension_c_str(const char* name);
|
||||
bool pltf_has_wgl_extension(const char* name);
|
||||
// bool pltf_has_wgl_extension_c_str(const char* name);
|
||||
unsigned int vk_to_pltf_key(WPARAM key);
|
||||
|
||||
#endif // PLTF_WIN32_INTERNAL_H_
|
||||
|
||||
Reference in New Issue
Block a user