GlistEngine
Loading...
Searching...
No Matches
gAppObject.h
Go to the documentation of this file.
1/*
2 * gAppObject.h
3 *
4 * Created on: May 16, 2020
5 * Author: noyan
6 */
7
8#ifndef ENGINE_BASE_GAPPOBJECT_H_
9#define ENGINE_BASE_GAPPOBJECT_H_
10
11#include "gObject.h"
12
13
14class gAppObject : public gObject {
15public:
17 virtual ~gAppObject();
18};
19
20#endif /* ENGINE_BASE_GAPPOBJECT_H_ */
Definition gAppObject.h:14
virtual ~gAppObject()
Definition gObject.h:33