GCanvas/node/imagePool/ImagePool.h
2020-05-18 14:09:40 +08:00

12 lines
153 B
C++

#ifndef IMAGE_POOL_H
#define IMAGE_POOL_H
#include <unordered_map>
namespace NodeBinding
{
class ImagePool
{
};
} // namespace NodeBinding
#endif