mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 06:35:00 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -1,4 +1,4 @@
|
|||
// Podlaháø.cpp : Defines the class behaviors for the application.
|
||||
// Podlah<EFBFBD><EFBFBD>.cpp : Defines the class behaviors for the application.
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -92,5 +92,5 @@ extern "C"
|
|||
trans_bar() {abort();}
|
||||
text_width() {abort();}
|
||||
RedirectScreenBufferSecond() {abort();}
|
||||
void *getmem(long size) {return malloc(size);}
|
||||
void *getmem(int32_t size) {return malloc(size);}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue