Files
libopenshot/include/Json.h

13 lines
211 B
C

#ifndef OPENSHOT_JSON_H
#define OPENSHOT_JSON_H
/**
* \file
* \brief Header file for JSON class
* \author Copyright (c) 2013 Jonathan Thomas
*/
#include "../thirdparty/jsoncpp/include/json/json.h"
#endif