PVSnesLib  4.3.0
Documentation to code in C or ASM for the Nintendo SNES
Loading...
Searching...
No Matches
libversion.h
1#ifndef __PVSNESLIBVERSION_H__
2#define __PVSNESLIBVERSION_H__
3
4#define _PVSNESLIB_MAJOR_ 4
5#define _PVSNESLIB_MINOR_ 3
6#define _PVSNESLIB_PATCH_ 0
7
8#define _PVSNESLIB_STRING_ "PVSnesLib V4.3.0"
9
10#endif // __PVSNESLIBVERSION_H__