mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-10 20:26:02 -05:00
coreinit: add stopwatch.h and stopwatchatomic.h (#370)
* coreinit: add stopwatch.h and stopwatchatomic.h * Formatting * correct function name
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
#include <coreinit/semaphore.h>
|
||||
#include <coreinit/smd.h>
|
||||
#include <coreinit/spinlock.h>
|
||||
#include <coreinit/stopwatch.h>
|
||||
#include <coreinit/stopwatchatomic.h>
|
||||
#include <coreinit/systeminfo.h>
|
||||
#include <coreinit/taskqueue.h>
|
||||
#include <coreinit/thread.h>
|
||||
|
||||
Reference in New Issue
Block a user