File simplesquirrel.hpp

File List > include > simplesquirrel > simplesquirrel.hpp

Go to the documentation of this file.

#pragma once
#ifndef SSQ_H
#define SSQ_H

#include "type.hpp"
#include "exceptions.hpp"
#include "object.hpp"
#include "function.hpp"
#include "enum.hpp"
#include "array.hpp"
#include "table.hpp"
#include "instance.hpp"
#include "script.hpp"
#include "vm.hpp"

#endif