mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:07:42 +00:00
Various stubs, and starting on core functionality
This commit is contained in:
16
DataSpec/DNACommon/Tweaks/ITweakGame.hpp
Normal file
16
DataSpec/DNACommon/Tweaks/ITweakGame.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __DNACOMMON_ITWEAKGAME_HPP__
|
||||
#define __DNACOMMON_ITWEAKGAME_HPP__
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
struct ITweakGame : BigYAML
|
||||
{
|
||||
virtual const std::string& GetWorldPrefix() const=0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user