geode/loader/include/Geode/cocos/robtop/scene_nodes/CCSceneTransitionDelegate.h
2024-06-20 15:19:43 +03:00

17 lines
No EOL
306 B
C++
Vendored

#ifndef __CCSCENE_TRANSITION_DELEGATE_H__
#define __CCSCENE_TRANSITION_DELEGATE_H__
#include "../../include/ccMacros.h"
NS_CC_BEGIN
// @note RobTop Addition
class CC_DLL CCSceneTransitionDelegate {
public:
virtual void sceneWillResume(void) {}
};
NS_CC_END
#endif //__CCSCENE_TRANSITION_DELEGATE_H__