mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-15 00:06:17 +01:00
11 lines
115 B
C
11 lines
115 B
C
//--STRIP
|
|
#ifndef SFW_VERSION_H
|
|
#define SFW_VERSION_H
|
|
//--STRIP
|
|
|
|
#define SFW_VERSION 1
|
|
|
|
//--STRIP
|
|
#endif
|
|
//--STRIP
|