mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Note to self, and everyone else.. remember to keep this updated.
Anyone know a way to update the CVS date automatically? svn-id: r4472
This commit is contained in:
parent
9f9d8bc913
commit
26e5d11e86
4
scumm.h
4
scumm.h
@ -27,8 +27,8 @@
|
||||
#include "system.h"
|
||||
#include "sound/mixer.h"
|
||||
|
||||
#define SCUMMVM_VERSION "0.2.0 Release"
|
||||
#define SCUMMVM_CVS "051302"
|
||||
#define SCUMMVM_VERSION "0.2.2 CVS"
|
||||
#define SCUMMVM_CVS "070802"
|
||||
|
||||
#define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0)
|
||||
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))
|
||||
|
Loading…
Reference in New Issue
Block a user