mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-05 03:07:40 -04:00
7 lines
79 B
C
7 lines
79 B
C
#ifndef FSTLOAD_H
|
|
#define FSTLOAD_H
|
|
|
|
void __fstLoad();
|
|
|
|
#endif /* FSTLOAD_H */
|