Removed unused files

This commit is contained in:
n00b
2024-09-28 11:42:19 -04:00
parent 3fd18b2ce6
commit 1bf67ba02c
25 changed files with 891 additions and 221 deletions

View File

@@ -0,0 +1,19 @@
#ifndef RC_BUILTIN_H_INCLUDED
#define RC_BUILTIN_H_INCLUDED
#include "identifier.h"
void init_embedded_functions()
{
}
void init_embedded_types()
{
create_type("empty");
}
void init_embedded_variables()
{
}
#endif // RC_BUILTIN_H_INCLUDED