Skeleton framework of file storing service. Take 2, this time just a simple self...
[fail.git] / abf / struct.h
blob902e7f9ba71e904d769fdc9a62a5f08241aefbc8
1 #ifndef AWFUL_ABF_STRUCT_H
2 #define AWFUL_ABF_STRUCT_H
4 namespace awful { namespace ABFImpl
6 template< class S > struct StructInfo
8 void setup()
10 std::cout << "lol\n";
15 #endif