Fix for orientation issue #486

This commit is contained in:
ffsup2
2011-03-17 17:51:49 +01:00
commit 544dbd55b2
670 changed files with 143952 additions and 0 deletions

7
rtgui/ppversion.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _PPVERSION_
#define _PPVERSION_
// This number have to be incremented whenever the PP3 file format is modified
#define PPVERSION 300
#endif