blob: 56d8b4ed3b5b38187c1c514d15d504b12d3b6aaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* osirion.h
This file is part of the Osirion project
*/
#ifndef __INCLUDED_OSIRION_H__
#define __INCLUDED_OSIRION_H__
#define OSIRION_VERSION "0.0.1"
#define GAMESCALE 0.2f
#endif // __INCLUDED_OSIRION_H__
|