16 lines
147 B
C++
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
|