mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-24 00:18:04 -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
|