mirror of
https://github.com/love2d/megasource.git
synced 2026-08-16 08:11:25 +02: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 */
|