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