mirror of
https://github.com/alibaba/GCanvas.git
synced 2025-12-08 17:36:42 +00:00
12 lines
153 B
C++
12 lines
153 B
C++
#ifndef IMAGE_POOL_H
|
|
#define IMAGE_POOL_H
|
|
#include <unordered_map>
|
|
namespace NodeBinding
|
|
{
|
|
class ImagePool
|
|
{
|
|
|
|
};
|
|
} // namespace NodeBinding
|
|
|
|
#endif |