mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 07:39:27 +00:00
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 */
|