view UI/UIArena.h @ 2476:faf21e357a83

mistake in goto cleaning
author zipi
date Thu, 21 Aug 2014 21:26:47 +0100
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();