mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-09 16:10:27 -04:00
compile and run in windows (improvements needed)
This commit is contained in:
parent
f55f92a88b
commit
f70b29abab
83 changed files with 415 additions and 3747 deletions
|
@ -43,8 +43,7 @@ void temp_storage_store(const char *name, const void *data, int32_t size) {
|
|||
v.resize(size+1);
|
||||
v[size] = 0;
|
||||
v.resize(size);
|
||||
std::copy(b,e, v.begin());
|
||||
v[size] = 0;
|
||||
std::copy(b,e, v.begin());
|
||||
}
|
||||
|
||||
int32_t temp_storage_find(const char *name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue