mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:07:42 +00:00
Implement CParticleGenInfoGeneric
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#ifndef __DNACOMMON_ITWEAKGAME_HPP__
|
||||
#define __DNACOMMON_ITWEAKGAME_HPP__
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
#include "ITweak.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakGame : BigYAML
|
||||
struct ITweakGame : ITweak
|
||||
{
|
||||
virtual const std::string& GetWorldPrefix() const = 0;
|
||||
virtual bool GetSplashScreensDisabled() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user