mirror of
https://github.com/ApfelTeeSaft/ps4-fortniteserver.git
synced 2026-08-26 19:33:25 +00:00
19 lines
198 B
C
19 lines
198 B
C
#ifndef _SCE_PSM_KIT_SYSTEM_H_
|
|
#define _SCE_PSM_KIT_SYSTEM_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
// Empty Comment
|
|
void _Z5dummyv();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|