view GUI/UI/UIArena.h @ 2515:b96f6cb1855d

LPWSTR wStr = new WCHAR[255]
author Ritor1
date Thu, 02 Oct 2014 21:16:27 +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();