peerplays-fc/include/fc/example.hpp

13 lines
180 B
C++
Raw Normal View History

2012-09-08 02:50:37 +00:00
#ifndef _EXAMPLE_HPP_
#define _EXAMPLE_HPP_
#include <fc/reflect_fwd.hpp>
struct example {
int a;
int b;
};
FC_REFLECTABLE( example )
#endif // _EXAMPLE_HPP_