Files
IM/MS/pool/object/object_pool.h
2023-05-03 19:09:14 +08:00

16 lines
147 B
C++

//
// Created by dongl on 23-4-18.
//
#ifndef IM2_OBJECT_POOL_H
#define IM2_OBJECT_POOL_H
class object_pool {
};
#endif //IM2_OBJECT_POOL_H