NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
version.h
1#ifndef RVL_SDK_VERSION_H
2#define RVL_SDK_VERSION_H
3#include <types.h>
4
5#define RVL_LIB_VERSION(NAME, ORIGINAL_DATE, ORIGINAL_TIME, ORIGINAL_CWCC) \
6 const char* __##NAME##Version = \
7 "<< RVL_SDK - " #NAME " \trelease build: " ORIGINAL_DATE \
8 " " ORIGINAL_TIME " (" ORIGINAL_CWCC ") >>"
9
10#endif