annotate UI/UIArena.h @ 2475:acac52e9e36a

remove DirectX11.cpp/.h for VS2010, MatrixMultiply and other
author Ritor1
date Thu, 21 Aug 2014 11:24:51 +0600
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();