chigraph  master
Systems programming language written for beginners in LLVM
Fwd.hpp
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #ifndef CHI_SUPPORT_FWD_HPP
6 #define CHI_SUPPORT_FWD_HPP
7 
8 namespace chi {
9 struct Result;
10 struct Subprocess;
11 }
12 
13 #endif // CHI_SUPPORT_FWD_HPP
The namespace where chigraph lives.