spidey-decomp/flash.h
2024-05-24 16:57:15 +02:00

11 lines
113 B
C

#pragma once
#ifndef FLASH_H
#define FLASH_H
#include "export.h"
EXPORT int Flash_FadeFinished(void);
#endif