mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 14:41:33 -04: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 */
|