mirror of https://github.com/axmolengine/axmol.git
7 lines
142 B
C
7 lines
142 B
C
|
#ifndef COMMON_ALTHRD_SETNAME_H
|
||
|
#define COMMON_ALTHRD_SETNAME_H
|
||
|
|
||
|
void althrd_setname(const char *name);
|
||
|
|
||
|
#endif /* COMMON_ALTHRD_SETNAME_H */
|