log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
comparison GUI/UI/UIArena.h @ 2501:
0ff6a9e9bf7f
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
GUI folger
author
Ritor1
date
Fri, 19 Sep 2014 04:21:12 +0600
parents
children
comparison
equal
deleted
inserted
replaced
2500:952025b157aa
2501:0ff6a9e9bf7f
1
#pragma once
2
#include "../../Engine/VectorTypes.h"
3
#include <array>
4
5
6
extern std::array<Vec2_int_, 20> pMonsterArenaPlacements;
7
8
void Arena_SelectionFightLevel();
9
void ArenaFight();