mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-09-03 05:25:50 -04:00
commit clean up
This commit is contained in:
parent
51a2a68f05
commit
deaf3327e0
4 changed files with 29 additions and 20 deletions
|
@ -17,15 +17,14 @@
|
|||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#define APIENTRY
|
||||
#define APIENTRY
|
||||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include <stdint.h>
|
||||
//#include <GL/glext.h>
|
||||
|
||||
typedef struct {
|
||||
const char *__restrict Title;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue