Merge branch 'master' into 3ds

This commit is contained in:
Joshua Peisach 2025-06-20 17:58:28 -04:00 committed by GitHub
commit bfcf8bd318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef REGISTRATIONBOOK_H
#define REGISTRATIONBOOK_H
#include "legogamestate.h"
#include "legoworld.h"
class InfocenterState;

View File

@ -4,7 +4,12 @@
#include "d3drmtexture_impl.h"
#include "ddraw_impl.h"
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
#include <SDL3/SDL.h>
#include <vector>