mirror of
https://github.com/SwareJonge/mkdd.git
synced 2024-11-30 16:50:43 +00:00
15 lines
212 B
C
15 lines
212 B
C
#ifndef KARTAPPENDIX_H
|
|
#define KARTAPPENDIX_H
|
|
|
|
#include "Kaneshige/KartLoader.h"
|
|
|
|
struct KartAppendix
|
|
{
|
|
KartAppendix() {}
|
|
void Init(int);
|
|
|
|
ExModel *mModelWheel;
|
|
KartLoader *mKartLoader;
|
|
};
|
|
|
|
#endif |