mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
7 lines
88 B
C
7 lines
88 B
C
|
#ifndef __VERSION_H
|
||
|
#define __VERSION_H
|
||
|
|
||
|
#define MODEL_VERSION 3
|
||
|
|
||
|
#endif // __VERSION_H
|