mirror of
https://github.com/zeldaret/tp
synced 2026-06-18 23:37:08 -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 */
|