mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-23 13:29:55 +00:00
4bca5a00cd
use f32 and f64 in most headers
15 lines
264 B
C
15 lines
264 B
C
#ifndef _VSOTAKARANAME_H
|
|
#define _VSOTAKARANAME_H
|
|
|
|
#include "types.h"
|
|
|
|
struct VsOtakaraName {
|
|
static const char* cCoin;
|
|
static const char* cBedamaBlue;
|
|
static const char* cBedamaRed;
|
|
static const char* cBedamaYellow;
|
|
static f32 cBedamaYellowDepth;
|
|
};
|
|
|
|
#endif
|