mirror of
https://github.com/zeldaret/ss
synced 2026-09-06 02:38:17 -04:00
Fix includes and removed libs folder
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef RVL_SDK_NWC24_SYSTEM_H
|
||||
#define RVL_SDK_NWC24_SYSTEM_H
|
||||
#include "rvl/types.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
s32 NWC24iPrepareShutdown(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user