This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
zarn/libstd/common.hpp

10 lines
150 B
C++

#ifndef COMMON_HPP
#define COMMON_HPP
#include "../src/Zarn.hpp"
using namespace zn;
#define STDARGS std::vector<std::shared_ptr<Constant>>
#endif