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