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