aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/trackvertical2.png
Commit message (Collapse)AuthorAge
* Restructure mod directoryorwell962017-01-04
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include <json/json.h> Json::Value fetchJsonValue(const std::string &url, std::vector<std::string> *extra_headers); std::string fastWriteJson(const Json::Value &value);