Files
libopenshot/include/Json.h

13 lines
222 B
C

#ifndef OPENSHOT_JSON_H
#define OPENSHOT_JSON_H
/**
* @file
* @brief Header file for JSON class
* @author Copyright (c) 2008-2013 OpenShot Studios, LLC
*/
#include "../thirdparty/jsoncpp/include/json/json.h"
#endif