mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
2bebc09da3
* Implement misc.lib * Lowercase files * Minor changes * Fix file cases * Fixes * Fix missing dtor * Add override * Match LegoImage::Read * Fix delete call --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
6 lines
88 B
C
6 lines
88 B
C
#ifndef __VERSION_H
|
|
#define __VERSION_H
|
|
|
|
#define MODEL_VERSION 3
|
|
|
|
#endif // __VERSION_H
|