mirror of https://github.com/axmolengine/axmol.git
8 lines
92 B
C++
8 lines
92 B
C++
#include "Device.h"
|
|||
|
|||
CC_BACKEND_BEGIN
|
|||
|
|||
Device* Device::_instance = nullptr;
|
|||
|
|||
CC_BACKEND_END
|