This website requires JavaScript.
Explore
Help
Sign In
AxioDL
/
metaforce
mirror of
https://github.com/AxioDL/metaforce.git
Watch
2
Star
0
Fork
You've already forked metaforce
0
Code
Issues
Projects
Releases
Wiki
Activity
41ae32be31
metaforce
/
DataSpec
/
DNACommon
/
Tweaks
/
ITweakParticle.hpp
14 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
Convert to pragma once
2018-10-07 03:42:33 +00:00
#
pragma once
Various stubs, and starting on core functionality
2015-11-02 18:45:39 +00:00
Implement CParticleGenInfoGeneric
2017-01-21 06:03:37 +00:00
#
include
"ITweak.hpp"
Various stubs, and starting on core functionality
2015-11-02 18:45:39 +00:00
Rename namespaces
2016-02-13 09:02:47 +00:00
namespace
DataSpec
Various stubs, and starting on core functionality
2015-11-02 18:45:39 +00:00
{
Implement CParticleGenInfoGeneric
2017-01-21 06:03:37 +00:00
struct
ITweakParticle
:
ITweak
Various stubs, and starting on core functionality
2015-11-02 18:45:39 +00:00
{
}
;
}