mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-02 12:17:10 -05:00
11 lines
No EOL
123 B
C
11 lines
No EOL
123 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void ClearCache(void *start, void *end);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |