This commit is contained in:
parent
347d0929f4
commit
5640e7c352
13 changed files with 240 additions and 241 deletions
|
@ -11,6 +11,14 @@
|
|||
class CFXBaseTrail : public CFX
|
||||
{
|
||||
public:
|
||||
struct sFXData
|
||||
{
|
||||
s16 Scale;
|
||||
s16 StartFrame,EndFrame;
|
||||
s16 FrameShift;
|
||||
u8 R,G,B;
|
||||
};
|
||||
|
||||
struct sList
|
||||
{
|
||||
u16 Frame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue