mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
d01a189d8f
commit
97244bf9bd
@ -29,12 +29,12 @@ PUBLISHED:
|
||||
INLINE void set_frequency(float frequency);
|
||||
INLINE float get_frequency(void) const;
|
||||
|
||||
void create_thread(void);
|
||||
|
||||
public:
|
||||
AsyncUtility(float frequency = 0.2);
|
||||
virtual ~AsyncUtility(void);
|
||||
|
||||
void create_thread(void);
|
||||
|
||||
protected:
|
||||
void destroy_thread(void);
|
||||
static void* st_callback(void *arg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user