mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
13 lines
143 B
C
13 lines
143 B
C
#pragma once
|
|
|
|
#ifndef CHUNK_H
|
|
#define CHUNK_H
|
|
|
|
#include "export.h"
|
|
#include "ob.h"
|
|
|
|
|
|
EXPORT void Chunk_MakeItemDisappear(CItem* item);
|
|
|
|
#endif
|