vendor raymenu dependencies

This commit is contained in:
Ivar Fatland
2026-05-10 01:49:00 +02:00
parent a2f05963bb
commit 35c229182b
346 changed files with 391647 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
#if defined(__cplusplus)
extern "C" { // Prevents name mangling of functions
#endif
void setLogCallbackWrapper(void); // enable the call-back
#if defined(__cplusplus)
}
#endif