Removed unused files
This commit is contained in:
19
rcbasic_build/intern_inc/rc_builtin_template.h
Executable file
19
rcbasic_build/intern_inc/rc_builtin_template.h
Executable 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
|
||||
Reference in New Issue
Block a user