mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 10:21:51 -04:00
linux release build, cleanup repository
This commit is contained in:
parent
529b3e8bf8
commit
3d8ee275e4
441 changed files with 280 additions and 65861 deletions
|
@ -43,7 +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());
|
||||
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