mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-24 05:49:48 +00:00
11 lines
113 B
C
11 lines
113 B
C
#pragma once
|
|
|
|
#ifndef DCFILEIO_H
|
|
#define DCFILEIO_H
|
|
|
|
#include "export.h"
|
|
|
|
EXPORT void FileIO_Sync(void);
|
|
|
|
#endif
|