mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
12 lines
207 B
C++
12 lines
207 B
C++
#ifndef Z2WAVEARCLOADER_H
|
|
#define Z2WAVEARCLOADER_H
|
|
|
|
#include "JSystem/JAWExtSystem/JAWWindow.h"
|
|
|
|
class Z2WaveArcLoader : public JAWWindow {
|
|
public:
|
|
Z2WaveArcLoader();
|
|
};
|
|
|
|
#endif /* Z2WAVEARCLOADER_H */
|