Changeset 4268:9bc4cc09dae5 in roaraudio


Ignore:
Timestamp:
08/27/10 16:15:01 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added const for LTM subcommands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/ltm.h

    r4264 r4268  
    5252                                       /* This block does not have any sub-block historys (H()) */ 
    5353 
     54// command sub-sub-types: 
     55#define ROAR_LTM_SST_NOOP       0 
     56#define ROAR_LTM_SST_REGISTER   1 
     57#define ROAR_LTM_SST_UNREGISTER 2 
     58#define ROAR_LTM_SST_GET_RAW    3 
    5459 
    5560#endif 
Note: See TracChangeset for help on using the changeset viewer.