2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

more stubs

This commit is contained in:
Jack Andersen
2015-08-20 14:06:39 -10:00
parent 746eb46026
commit 731d8bbcb4
23 changed files with 285 additions and 19 deletions

View File

@@ -1,10 +1,12 @@
#ifndef __RETRO_CELEMENTGEN_HPP__
#define __RETRO_CELEMENTGEN_HPP__
#include "CParticleGen.hpp"
namespace Retro
{
class CElementGen
class CElementGen : public CParticleGen
{
public:
static void Initialize()