Reshuffling directories to separate include and sources, part one.
[fail.git] / include / core / awic / subclasswrapper.h
bloba7dcf84e9c45a41aaef33fce6b1455e04d75cacd
1 #ifndef AWFUL_AIC_SUBCLASSWRAPPER_H_
2 #define AWFUL_AIC_SUBCLASSWRAPPER_H_
4 #include "core/idlast/type.h"
6 namespace awful { namespace awic
8 void GenerateSubClassWrapper( std::ostream& Out_,
9 const idlast::Class* pClass_,
10 const std::string& FullClassName );
13 #endif