Skip to content
Snippets Groups Projects
Commit ff4be98d authored by Mikhail Andrenkov's avatar Mikhail Andrenkov Committed by Ian Prins
Browse files

New Level

Conflicts:
	src/include/level.h
	src/level.cpp
parent db4a1a38
No related branches found
No related tags found
No related merge requests found
#include "include/terrain.h"
#include "include/mob.h"
#include <vector>
#include <queue>
#include <map>
......@@ -14,6 +12,8 @@
#include "include/random.h"
#include "include/playerchar.h"
#include "include/tunnel.h"
#include "include/terrain.h"
#include "include/mob.h"
Level::Level(int depth)
: size(getSize())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment