Split functions into many files, remove string from std.
This commit is contained in:
6
include/repl_functions.hpp
Normal file
6
include/repl_functions.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "function_utils.hpp"
|
||||
|
||||
FUNCTION(quit);
|
||||
FUNCTION(request_precision);
|
||||
Reference in New Issue
Block a user