Update of /cvsroot/vba/VisualBoyAdvance/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25618/src
Modified Files:
NLS.h
Log Message:
two IDs were missing
Index: NLS.h
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/NLS.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NLS.h 13 May 2004 15:06:44 -0000 1.4
--- NLS.h 6 Jun 2006 15:19:25 -0000 1.5
***************
*** 61,62 ****
--- 61,64 ----
#define MSG_CBA_CODE_WARNING 40
#define MSG_OUT_OF_MEMORY 41
+ #define MSG_WRONG_GAMESHARK_CODE 42
+ #define MSG_UNSUPPORTED_GAMESHARK_CODE 43
|