iw4x-client/src/Components/Modules/ArenaLength.hpp

20 lines
344 B
C++
Raw Normal View History

#pragma once
2017-01-19 16:23:59 -05:00
namespace Components
{
class ArenaLength : public Component
{
public:
ArenaLength();
static Game::newMapArena_t NewArenas[];
static char* NewArenaInfos[];
2017-01-19 16:23:59 -05:00
private:
static void ArenaMapOffsetHook1();
static void ArenaMapOffsetHook2();
static void ArenaMapOffsetHook3();
static void ArenaMapOffsetHook4();
};
}