Cleanups and split up into _basic options
This commit is contained in:
11
static_libs/chaiscript_stdlib.hpp
Normal file
11
static_libs/chaiscript_stdlib.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#ifndef CHAISCRIPT_STDLIB
|
||||
#define CHAISCRIPT_STDLIB
|
||||
|
||||
namespace chaiscript {
|
||||
class Module;
|
||||
}
|
||||
|
||||
std::shared_ptr<chaiscript::Module> create_chaiscript_stdlib();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user