pull in the toxcore enums, so the interface does not directly depend on toxcore

This commit is contained in:
2023-11-12 19:35:55 +01:00
parent f8851c1033
commit 9cfd920fca
5 changed files with 312 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <tox/tox.h>
//#include <tox/tox.h>
#include "./toxcore_enums.hpp"
#include <string_view>
#include <vector>