Changeset 499 for trunk/thune/urlan.h

Show
Ignore:
Timestamp:
12/05/07 03:12:00 (12 months ago)
Author:
krobillard
Message:

Added ur_threadDestroy(). Removed ur_threadFree() from public API.
c_string.t should now handle all quotes properly.
Minor fix in GL boot
Documented stack.level.
Increased OpenAL music buffer size and now handle alutInit() failure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/urlan.h

    r490 r499  
    520520UThread* ur_thread( UrlanEnv* ); 
    521521UThread* ur_threadMake( UrlanEnv*, int binCount, int blkCount ); 
    522 void     ur_threadFree( UThread* ); 
     522void     ur_threadDestroy( UThread* ); 
    523523void     ur_threadReset( UThread* ); 
    524524UBinary* ur_threadTmp( UThread* );