Fix includes and removed libs folder

This commit is contained in:
Elijah Thomas
2023-10-06 07:49:50 -04:00
parent 99d473d1aa
commit 4ae5fe5753
244 changed files with 584 additions and 584 deletions
+13
View File
@@ -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