You.i Engine
YiDeleter.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_DELETER_H_
3 #define _YI_DELETER_H_
4 
18 {
19 public:
20  inline virtual ~IYIDeleter() {}
21 };
22 
25 #endif /* _YI_DELETER_H_ */
virtual ~IYIDeleter()
Definition: YiDeleter.h:20
Definition: YiDeleter.h:17