annotate UI/UIArena.h @ 2486:1e70f8470638

simplified SpriteObject::Create
author Grumpy7
date Sun, 07 Sep 2014 01:36:04 +0200
parents 802460e60eee
children 68cdef6879a0
rev   line source
2374
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
1 #pragma once
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
2 #include "VectorTypes.h"
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
3 #include <array>
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
4
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
5
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
6 extern std::array<Vec2_int_, 20> pMonsterArenaPlacements;
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
7
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
8 void Arena_SelectionFightLevel();
802460e60eee add UIArena.cpp and UIArena.h and other
Ritor1
parents:
diff changeset
9 void ArenaFight();