refactor done, now feature parity with before refactor + ft begins

This commit is contained in:
2022-10-03 03:23:38 +02:00
parent 5d6a5d8c01
commit ad55a345b2
3 changed files with 37 additions and 14 deletions

View File

@ -5,21 +5,13 @@
#include <tox/tox.h>
#include "ngc_ext_common.h"
#ifdef __cplusplus
extern "C" {
#endif
// copy from tox.h:
#ifndef TOX_DEFINED
#define TOX_DEFINED
typedef struct Tox Tox;
#endif /* TOX_DEFINED */
// ========== struct / typedef ==========
typedef struct NGC_FT1 NGC_FT1;