mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07: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 */
|