Made string conversions globally available.

This commit is contained in:
Camilla Berglund
2012-02-05 02:07:50 +01:00
parent f582746aaa
commit 84579305cb
3 changed files with 60 additions and 27 deletions
+4
View File
@@ -325,6 +325,10 @@ typedef struct _GLFWlibraryWin32
// Prototypes for platform specific internal functions
//========================================================================
// Wide strings
WCHAR* _glfwCreateWideStringFromUTF8(const char* source);
char* _glfwCreateUTF8FromWideString(const WCHAR* source);
// Time
void _glfwInitTimer(void);