Mercurial > mm7
view 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 |
line wrap: on
line source
#pragma once #include "VectorTypes.h" #include <array> extern std::array<Vec2_int_, 20> pMonsterArenaPlacements; void Arena_SelectionFightLevel(); void ArenaFight();