mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-08 05:51:00 +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 */
|