Changeset 4976:18dca9e46749 in roaraudio for include


Ignore:
Timestamp:
05/16/11 15:34:47 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_version_string(), roar_version_num() and ROAR_VERSION

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r4970 r4976  
    228228                     unsigned long int line, const char * file, const char * prefix, const char * func); 
    229229 
     230// version stuff: 
     231const char * roar_version_string(void); 
     232uint32_t     roar_version_num(void); 
     233 
    230234#endif 
    231235 
  • include/roaraudio.h

    r4940 r4976  
    3838                                  // so we can define well known standard types known to everyone 
    3939                                  // and everywhere but win32 here 
     40 
     41#define ROAR_VERSION _ROAR_MKVERSION(ROAR_VERSION_MAJOR, ROAR_VERSION_MINOR, ROAR_VERSION_REV) 
    4042 
    4143#if defined(DEBUG) && !defined(ROAR_SUPPORT_TRAP) 
Note: See TracChangeset for help on using the changeset viewer.