awic compiles again.
[fail.git] / src / core / awic / signal.h
blob9a93f56d9e06e2af4fbdd1503b8e36ef9644bc44
1 #ifndef AWFUL_AIC_SIGNAL_H_
2 #define AWFUL_AIC_SIGNAL_H_
4 #include "core/idlast/class.h"
6 namespace awful { namespace awic
8 void GenerateSignalTraits( std::ostream& Out_,
9 const idlast::Class* pClass_,
10 const idlast::Signal* pSig_ );
13 #endif