mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
10 lines
100 B
C
10 lines
100 B
C
#pragma once
|
|
|
|
#ifndef PAL_H
|
|
#define PAL_H
|
|
|
|
#include "export.h"
|
|
|
|
EXPORT void Free16Slot(u16);
|
|
#endif
|