source:
downloads/freealut-1.1.0/src/alutVersion.c
@
54
Last change on this file since 54 was 14, checked in by landauf, 17 years ago | |
---|---|
File size: 168 bytes |
Line | |
---|---|
1 | #include "alutInternal.h" |
2 | |
3 | ALint |
4 | alutGetMajorVersion (void) |
5 | { |
6 | return ALUT_API_MAJOR_VERSION; |
7 | } |
8 | |
9 | ALint |
10 | alutGetMinorVersion (void) |
11 | { |
12 | return ALUT_API_MINOR_VERSION; |
13 | } |
Note: See TracBrowser
for help on using the repository browser.