metaforce/DataSpec/DNACommon/Tweaks/ITweakGui.hpp

14 lines
324 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
2016-08-20 04:22:13 +00:00
2017-01-21 06:03:37 +00:00
#include "ITweak.hpp"
2016-08-20 04:22:13 +00:00
#include "zeus/CVector2f.hpp"
2018-12-08 05:30:43 +00:00
namespace DataSpec {
2016-08-20 04:22:13 +00:00
2018-12-08 05:30:43 +00:00
struct ITweakGui : ITweak {
enum class EHudVisMode : atUint32 { Zero, One, Two, Three };
enum class EHelmetVisMode : atUint32 { ReducedUpdate, NotVisible, Deco, HelmetDeco, GlowHelmetDeco, HelmetOnly };
2016-08-20 04:22:13 +00:00
};
2018-12-08 05:30:43 +00:00
} // namespace DataSpec