You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
13 lines
222 B
C
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
|