V-Gears 0
Free Final Fantasy VII engine.
FF7Common.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 The V-Gears Team
3 *
4 * This file is part of V-Gears
5 *
6 * V-Gears is free software: you can redistribute it and/or modify it under
7 * terms of the GNU General Public License as published by the Free Software
8 * Foundation, version 3.0 (GPLv3) of the License.
9 *
10 * V-Gears is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#pragma once
17
18#include "common/TypeDefine.h"
19
20namespace VGears{
21
25 enum{
26
31
36
41
46 };
47
51 extern const String EXT_A;
52}
Definition: FF7NameLookup.h:24
const String EXT_A
Extension for A files.
Ogre::String String
Definition: TypeDefine.h:37
@ FIELD_DEPTH_SCALE
Definition: FF7Common.h:45
@ SCREEN_HEIGHT
Game vertical resolution, in pixels.
Definition: FF7Common.h:35
@ SCREEN_WIDTH
Game horizontal resolution, in pixels.
Definition: FF7Common.h:30
@ FIELD_POSITION_SCALE
Definition: FF7Common.h:40