Differences From Artifact [e88df65bda]:
- File src/cube.h — part of check-in [cfbd2ec1e6] at 2025-03-04 00:51:34 on branch trunk — Convert md2 and mapmodelinfo to ObjC (user: js, size: 14522) [annotate] [blame] [check-ins using]
To Artifact [ff82afe0dc]:
- File
src/cube.h
— part of check-in
[f5b62f8203]
at
2025-03-04 23:03:58
on branch trunk
— Initial port to macOS
Doesn't work yet as SDL1 is broken on modern macOS. (user: js, size: 14700) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
456 457 458 459 460 461 462 | # define ZLIB_DLL #else # include <dlfcn.h> #endif #include <time.h> | > > > > > > > | | | > | 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 | # define ZLIB_DLL #else # include <dlfcn.h> #endif #include <time.h> #ifdef OF_MACOS # define GL_SILENCE_DEPRECATION # define GL_EXT_texture_env_combine 1 # include <OpenGL/gl.h> # include <OpenGL/glext.h> # include <OpenGL/glu.h> #else # include <GL/gl.h> # include <GL/glext.h> # include <GL/glu.h> #endif #include <SDL.h> #include <SDL_image.h> #include <enet/enet.h> #include <zlib.h> |
︙ | ︙ |