Mercurial > mm7
view UI/UIArena.h @ 2412:e7a551f458e1
LoadSound - cause of the crash exe file
author | Ritor1 |
---|---|
date | Wed, 16 Jul 2014 17:22:12 +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();