mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
12 lines
207 B
C++
12 lines
207 B
C++
#ifndef JAWPLAYSEVIEW_H
|
|
#define JAWPLAYSEVIEW_H
|
|
|
|
#include "JSystem/JAWExtSystem/JAWWindow.h"
|
|
|
|
class JAWPlaySeViewBasic : public JAWWindow {
|
|
public:
|
|
JAWPlaySeViewBasic();
|
|
};
|
|
|
|
#endif /* JAWPLAYSEVIEW_H */
|