#pragma once #include #include #include #include #include #include "ResourceBuffer.hpp" namespace polyvox { using namespace std; // // Typedef for a function that loads a resource into a ResourceBuffer from an asset URI. // using LoadResource = function; // // Typedef for a function that frees an ID associated with a ResourceBuffer. // using FreeResource = function; }