view GUI/UI/UIArena.h @ 2509:fc5e83bbafd1

FileExists
author Ritor1
date Thu, 02 Oct 2014 12:23:52 +0600
parents 0ff6a9e9bf7f
children
line wrap: on
line source

#pragma once
#include "../../Engine/VectorTypes.h"
#include <array>


extern std::array<Vec2_int_, 20> pMonsterArenaPlacements;

void Arena_SelectionFightLevel();
void ArenaFight();