mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-23 15:54:56 -04:00
managed to get the projects compiling, jpg has been disabled for now and I wasn't able to test the runtime until I can get my hands on the files required by libgldemo
This commit is contained in:
parent
a380de3a44
commit
b99359078e
601 changed files with 334759 additions and 69 deletions
|
@ -16,9 +16,16 @@
|
|||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#define APIENTRY
|
||||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include <GL/glext.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