⛏️ index : haiku.git

// AlertManualTestApp.h

#ifndef ALERT_MANUAL_TEST_APP_H
#define ALERT_MANUAL_TEST_APP_H

#include <Application.h>

class AlertManualTestApp : public BApplication {
public:
	AlertManualTestApp();
	
private:
	BWindow *fMainWindow; 
};

#endif // #ifndef ALERT_MANUAL_TEST_APP_H