Random stuff to do with scripting
This commit is contained in:
12
include/scripting/decl.h
Normal file
12
include/scripting/decl.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SCRIPTING_DECL_H
|
||||
#define SCRIPTING_DECL_H
|
||||
|
||||
#include "utils/utils.h"
|
||||
|
||||
void ruby_start(const char *main_file);
|
||||
void ruby_shutdown();
|
||||
void load_theme();
|
||||
std::string read_line_endings();
|
||||
std::string read_utf_mode();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user