initial upload
This commit is contained in:
19
lib/version.h
Normal file
19
lib/version.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
Hold the version number of the project.
|
||||
*/
|
||||
|
||||
#ifndef _TESSEROIDS_VERSION_H_
|
||||
#define _TESSEROIDS_VERSION_H_
|
||||
|
||||
#include "stdio.h"
|
||||
|
||||
/** Current project version number */
|
||||
extern const char tesseroids_version[];
|
||||
|
||||
/** Print version number */
|
||||
extern void print_version(const char* version_num);
|
||||
|
||||
/** Print version number */
|
||||
extern void print_copyright();
|
||||
|
||||
#endif // _TESSEROIDS_VERSION_H_
|
||||
Reference in New Issue
Block a user