Differences From Artifact [5dab6dec5b]:
- File src/cube.h — part of check-in [6259424802] at 2025-03-23 21:31:55 on branch trunk — Remove vdist (user: js, size: 10264) [annotate] [blame] [check-ins using]
To Artifact [9e15fb9815]:
- File src/cube.h — part of check-in [7c3936be15] at 2025-03-24 21:11:31 on branch trunk — Work around conflicting declaration of gamma (user: js, size: 10229) [annotate] [blame] [check-ins using]
1 2 3 4 | // one big bad include file for the whole engine... nasty! #import <ObjFW/ObjFW.h> | < < | 1 2 3 4 5 6 7 8 9 10 11 12 | // one big bad include file for the whole engine... nasty! #import <ObjFW/ObjFW.h> #include <SDL2/SDL.h> #include "tools.h" #define _MAXDEFSTR 260 @class Entity; @class DynamicEntity; |
︙ | ︙ |