Index: third_party/gles_book_examples/Common/Include/esUtil_win.h |
=================================================================== |
--- third_party/gles_book_examples/Common/Include/esUtil_win.h (revision 35503) |
+++ third_party/gles_book_examples/Common/Include/esUtil_win.h (working copy) |
@@ -15,11 +15,43 @@ |
#ifndef ESUTIL_WIN_H |
#define ESUTIL_WIN_H |
+/// |
+// Includes |
+// |
+ |
#ifdef __cplusplus |
+ |
extern "C" { |
-#endif // __cplusplus |
+#endif |
+ |
/// |
+// Macros |
+// |
+ |
+/// |
+// Types |
+// |
+ |
+/// |
+// Public Functions |
+// |
+ |
+/// |
+// WinCreate() |
+// |
+// Create Win32 instance and window |
+// |
+GLboolean WinCreate ( ESContext *esContext, const char *title ); |
+ |
+/// |
+// WinLoop() |
+// |
+// Start main windows loop |
+// |
+void WinLoop ( ESContext *esContext ); |
+ |
+/// |
// WinTGALoad() |
// |
// TGA loader win32 implementation |
@@ -28,6 +60,6 @@ |
#ifdef __cplusplus |
} |
-#endif // __cplusplus |
+#endif |
-#endif // ESUTIL_WIN_H |
+#endif // ESUTIL_WIN_H |