new filters, cztable, fix crash in enemy drawing

This commit is contained in:
Ondřej Novák 2025-02-06 12:05:17 +01:00
parent 83933755df
commit a8556070ad
10 changed files with 176 additions and 98 deletions

View file

@ -1,19 +0,0 @@
#ifndef ___CZTABLES__H___
#define ___CZTABLES__H___
#ifdef __cplusplus
extern "C" {
#endif
void windows2kamenik(const char *src, int size, char *trg);
void kamenik2windows(const char *src, int size, char *trg);
#ifdef __cplusplus
}
#endif
#endif