mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
16 lines
216 B
C++
16 lines
216 B
C++
#ifndef POP_UP_CONTROLLER_H
|
|
#define POP_UP_CONTROLLER_H
|
|
|
|
#include <escher/pop_up_controller.h>
|
|
|
|
namespace HardwareTest {
|
|
|
|
class PopUpController : public ::PopUpController {
|
|
public:
|
|
PopUpController();
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|