pokeplatinum/lib/NitroSystem/include/nnsys/version.h
luckytyphlosion 320da2296d Move around library includes.
Old structure: put everything in lib/include
New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
2023-01-05 18:53:16 -05:00

8 lines
131 B
C

#ifndef NNSYS_VERSION_H_
#define NNSYS_VERSION_H_
#define NNSYS_VERSION_DATE 20071126
#define NNSYS_PACKING_DATE 20080123
#endif