mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
18 lines
324 B
C++
18 lines
324 B
C++
#ifndef Z2SEVIEW_H
|
|
#define Z2SEVIEW_H
|
|
|
|
#include "JSystem/JAWWinLib/JAWEntrySeView.h"
|
|
#include "JSystem/JAWWinLib/JAWPlaySeView.h"
|
|
|
|
class Z2EntrySeView : public JAWEntrySeViewBasic {
|
|
public:
|
|
Z2EntrySeView() {}
|
|
};
|
|
|
|
class Z2PlaySeView : public JAWPlaySeViewBasic {
|
|
public:
|
|
Z2PlaySeView() {}
|
|
};
|
|
|
|
#endif /* Z2SEVIEW_H */
|