Revert ABI2, it wasn't meant to end up in master branch.

This commit is contained in:
Alibek Omarov
2024-09-05 04:31:06 +03:00
parent 55c1bddac5
commit 950d210ec5
5 changed files with 212 additions and 29 deletions

View File

@@ -14,9 +14,6 @@
****/
#ifndef CONST_H
#define CONST_H
#include <stddef.h> // ptrdiff_t
//
// Constants shared by the engine and dlls
// This header file included by engine files and DLL files.
@@ -724,7 +721,7 @@ enum
};
typedef int func_t;
typedef ptrdiff_t string_t;
typedef int string_t;
typedef unsigned short word;