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