view UI/UIArena.h @ 2456:83174b7b3763

removed VideoPlayer.cpp/h and CShow.cpp/.h for MVS 2012
author Ritor1
date Sat, 26 Jul 2014 08:39:35 +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();