mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
* Update vairous GPH bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers.
11 lines
147 B
C
11 lines
147 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
void flush_uppermem_cache(void *start_address, void *end_address, int flags);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|