blob: 15457758f06294be3fc09435e7a6451e70362b55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{$ifdef NDS_INTERFACE}
const
_LIBNDS_MAJOR_ = 1;
_LIBNDS_MINOR_ = 5;
_LIBNDS_PATCH_ = 7;
_LIBNDS_STRING = 'libNDS Release 1.5.7';
{$endif NDS_INTERFACE}
{$ifdef NDS_IMPLEMENTATION}
{$endif NDS_IMPLEMENTATION}
|