bigsnitch/includes.h
2020-08-13 23:25:04 +02:00

13 lines
227 B
C++

#pragma once
#include <zmq.hpp>
#include <nlohmann/json.hpp>
#include <sqlite3.h>
#include <filesystem>
#include <QDebug>
#include <iostream>
using json = nlohmann::json;
//major minor patch
#define LITTLESNITCH_VERSION 010