added some files
This commit is contained in:
parent
dbfee4dcdd
commit
6be1aad043
9 changed files with 390 additions and 0 deletions
24
App.h
Normal file
24
App.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* Copyright 2024, My Name <my@email.address>
|
||||
* All rights reserved. Distributed under the terms of the MIT license.
|
||||
*/
|
||||
#ifndef APP_H
|
||||
#define APP_H
|
||||
|
||||
|
||||
#include <Application.h>
|
||||
|
||||
|
||||
class App : public BApplication
|
||||
{
|
||||
public:
|
||||
App();
|
||||
virtual ~App();
|
||||
|
||||
virtual void AboutRequested();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif // APP_H
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue