peerplays-fc/include/fc/example.hpp
2012-09-07 22:50:37 -04:00

12 lines
180 B
C++

#ifndef _EXAMPLE_HPP_
#define _EXAMPLE_HPP_
#include <fc/reflect_fwd.hpp>
struct example {
int a;
int b;
};
FC_REFLECTABLE( example )
#endif // _EXAMPLE_HPP_