annotate UI/UIArena.h @ 2384:f784ffc9a758

sub_407A1C - removed unused variables and commented lines
author zipi
date Sun, 22 Jun 2014 14:57:47 +0100
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();