mirror of https://github.com/zeldaret/tp.git
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 */
|