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