Reshuffling directories to separate include and sources, part one.
[fail.git] / include / core / awic / type.h
bloba7919e0ca3749f47c4d1807bdc6677c5cd7b2049
1 #ifndef AWFUL_AIC_TYPE_H_
2 #define AWFUL_AIC_TYPE_H_
4 #include "core/idlast/type.h"
6 namespace awful { namespace awic
8 void PrintTypeCategory( std::ostream& Out_, const idlast::Type* pType_ );
9 void PrintType( std::ostream& Out_, const idlast::Type* pType_, bool bRef = false );
12 #endif