mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 18:56:41 -04:00
new filters, cztable, fix crash in enemy drawing
This commit is contained in:
parent
83933755df
commit
a8556070ad
10 changed files with 176 additions and 98 deletions
19
cztable.h
19
cztable.h
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue