spidey-decomp/shatter.h
2024-05-24 16:21:33 +02:00

12 lines
135 B
C

#pragma once
#ifndef SHATTER_H
#define SHATTER_H
#include "export.h"
EXPORT void Shatter_MaybeMakeGlassShatterSound(void);
#endif