mirror of
https://github.com/Relintai/sfw.git
synced 2025-01-17 14:47:18 +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
|