2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 10:46:10 +00:00

Fix command line args on macOS when passed via open, implement CScriptCameraPitchVolume

This commit is contained in:
2017-01-23 02:13:36 -08:00
parent afd852f1a4
commit a8f5efb6e5
12 changed files with 33 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _DNAMP1_CTWEAKGAME_HPP_
#define _DNAMP1_CTWEAKGAME_HPP_
#ifndef _DNAMP1_CTWEAKGUI_HPP_
#define _DNAMP1_CTWEAKGUI_HPP_
#include "../../DNACommon/Tweaks/ITweakGui.hpp"
@@ -7,7 +7,6 @@ namespace DataSpec
{
namespace DNAMP1
{
struct CTweakGui : ITweakGui
{
DECL_YAML
@@ -232,4 +231,4 @@ struct CTweakGui : ITweakGui
}
}
#endif
#endif // _DNAMP1_CTWEAKGUI_HPP_