reflective-rapidjson/lib/someclass.cpp
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

11 lines
69 B
C++

#include "./someclass.h"
using namespace std;
namespace Ns {
}