eco2d/code/game/src/storage.h

8 lines
101 B
C

#pragma once
#include "system.h"
uint64_t storage_spawn(void);
void storage_despawn(uint64_t id);