summary refs log tree commit diff stats
path: root/src/level.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/level.h')
-rw-r--r--src/level.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/level.h b/src/level.h index 6224c15..1ca4970 100644 --- a/src/level.h +++ b/src/level.h
@@ -1,6 +1,8 @@
1#ifndef LEVEL_H_678CFCCF 1#ifndef LEVEL_H_678CFCCF
2#define LEVEL_H_678CFCCF 2#define LEVEL_H_678CFCCF
3 3
4#include <vector>
5#include "vector.h"
4#include "consts.h" 6#include "consts.h"
5#include "tileset.h" 7#include "tileset.h"
6 8