mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* ADD: Reset Cycle enhancements TODO/ Using hooks * FIX: Typo * Convert to hooks TODO: Complete Pictobox * TWEAK: alignment style and whitespaces * REM: Pictobox attempts * FIX: oopsie on merge dev * TWEAK: Review suggestion with memcpy * Tweak typo * loop fix * Try: Fix linux compilation ?? * include 2
7 lines
103 B
C
7 lines
103 B
C
#ifndef CYCLES_END_H
|
|
#define CYCLES_END_H
|
|
|
|
void RegisterEndOfCycleSaveHooks();
|
|
|
|
#endif // CYCLES_END_H
|