project: added project skeleton
Skeleton includes emtpy implementations of application class structure. Source groups were added to CMakeLists to define filters in Visual Studio.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef VIEW_H
|
||||
#define VIEW_H
|
||||
|
||||
class View
|
||||
{
|
||||
public:
|
||||
virtual ~View();
|
||||
};
|
||||
|
||||
|
||||
#endif // VIEW_H
|
||||
Reference in New Issue
Block a user