mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 18:28:45 -04:00
12 lines
202 B
C++
12 lines
202 B
C++
#ifndef JAWHIOBANKEDIT_H
|
|
#define JAWHIOBANKEDIT_H
|
|
|
|
#include "JSystem/JAWExtSystem/JAWWindow.h"
|
|
|
|
class JAWHioBankEdit : public JAWWindow {
|
|
public:
|
|
JAWHioBankEdit();
|
|
};
|
|
|
|
#endif /* JAWHIOBANKEDIT_H */
|