mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
⚡ optimize header file, now modules could generate smaller dynamic libs.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef __NASAL_VM_H__
|
||||
#define __NASAL_VM_H__
|
||||
|
||||
#include <iomanip>
|
||||
#include <stack>
|
||||
|
||||
class nasal_vm
|
||||
{
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user