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:
Jip 2024-05-02 20:32:10 +02:00
parent a380de3a44
commit b99359078e
601 changed files with 334759 additions and 69 deletions

View file

@ -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;