summaryrefslogtreecommitdiff
path: root/src/game/game.h
blob: b37798d7825517a1af632909e741fdc9b86ced98 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef GAME_H
#define GAME_H

typedef struct {
	Arena *persistent_arena;
	U32 shader;
	Mesh *the_mesh;
	F32 t;
} State;

#endif /* GAME_H */