mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 21:17:40 -05:00
Old structure: put everything in lib/include New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
8 lines
131 B
C
8 lines
131 B
C
#ifndef NNSYS_VERSION_H_
|
|
#define NNSYS_VERSION_H_
|
|
|
|
#define NNSYS_VERSION_DATE 20071126
|
|
#define NNSYS_PACKING_DATE 20080123
|
|
|
|
#endif
|