reflective-rapidjson/lib/someclass.h
Martchus 8344a99778 Add project basic project structure
* Implement simple RapidJSON wrapper
* Add skeleton for code generator to play around with
  LibTooling and LibClang
2017-10-19 01:10:51 +02:00

15 lines
132 B
C++

#ifndef SOME_CLASS_H
#define SOME_CLASS_H
namespace Ns {
class SomeClass
{
public:
SomeClass();
};
}
#endif // SOME_CLASS_H