Cube  Diff

Differences From Artifact [5dab6dec5b]:

To Artifact [9e15fb9815]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
// one big bad include file for the whole engine... nasty!

#import <ObjFW/ObjFW.h>

#define gamma gamma__
#include <SDL2/SDL.h>
#undef gamma

#include "tools.h"

#define _MAXDEFSTR 260

@class Entity;
@class DynamicEntity;




<

<







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;