mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-11 03:56:24 -05:00
Remove WUT_LIB_HEADER_START.
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#include <wut.h>
|
||||
#include "time.h"
|
||||
|
||||
WUT_LIB_HEADER_START
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct MPTask MPTask;
|
||||
typedef struct MPTaskInfo MPTaskInfo;
|
||||
@@ -178,4 +180,6 @@ MPRunTasksFromTaskQ(MPTaskQueue *queue,
|
||||
BOOL
|
||||
MPRunTask(MPTask *task);
|
||||
|
||||
WUT_LIB_HEADER_END
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user