#include #include #include void RunObjectPoolExample1() { #include "containers/object_pool-snippet.h" } void RunObjectPoolExample2() { #include "containers/object_pool_2-snippet.h" } void RunObjectPoolExamples() { RunObjectPoolExample1(); RunObjectPoolExample2(); }