NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
include.h
Go to the documentation of this file.
1#ifndef INCLUDED_INCLUDE_H_
2#define INCLUDED_INCLUDE_H_
3
4#include <vector>
5#include <string>
6#include <map>
7#include <variant>
8#include <climits>
9
10
11#include "object.h"
12
13#endif /* INCLUDED_INCLUDE_H_ */
14