🎉 Added files

This commit is contained in:
2025-01-26 18:33:45 +01:00
commit 40149d87b3
301 changed files with 81911 additions and 0 deletions

21
raydium/headers/reg_api.h Normal file
View File

@@ -0,0 +1,21 @@
#ifndef _REGAPI_H
#define _REGAPI_H
/*=
RegAPI
4100
**/
// Introduction
/**
RegAPI is an internal system that exports some Raydium's API functions to
scripting engine, creating bindings.
See RayPHP chapter for more informations anout scripting.
**/
__rayapi void raydium_register_api(void);
/**
Internal. Will register Raydium API.
**/
#endif