Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/freealut-1.1.0/src/alutVersion.c @ 14

Last change on this file since 14 was 14, checked in by landauf, 16 years ago

added freealut

File size: 168 bytes
Line 
1#include "alutInternal.h"
2
3ALint
4alutGetMajorVersion (void)
5{
6  return ALUT_API_MAJOR_VERSION;
7}
8
9ALint
10alutGetMinorVersion (void)
11{
12  return ALUT_API_MINOR_VERSION;
13}
Note: See TracBrowser for help on using the repository browser.