mkdd/include/Yamamoto/KartAppendix.h
2023-08-20 02:53:05 +02:00

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