🎨 add namespace

This commit is contained in:
ValKmjolnir
2023-09-08 00:33:57 +08:00
parent d89f290a8a
commit cd4e0c1716
27 changed files with 127 additions and 26 deletions

View File

@@ -1,5 +1,7 @@
#include "nasal_vm.h"
namespace nasal {
void vm::init(
const std::vector<std::string>& strs,
const std::vector<f64>& nums,
@@ -442,3 +444,5 @@ mcallh: exec_nodie(o_mcallh); // -0
ret: exec_nodie(o_ret ); // -2
#endif
}
}