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 JAWPLAYERCHVIEW_H
|
|
#define JAWPLAYERCHVIEW_H
|
|
|
|
#include "JSystem/JAWExtSystem/JAWWindow.h"
|
|
|
|
class JAWPlayerChView : public JAWWindow {
|
|
public:
|
|
JAWPlayerChView();
|
|
};
|
|
|
|
#endif /* JAWPLAYERCHVIEW_H */
|