#ifndef __VK_BUFFER_HPP #define __VK_BUFFER_HPP #include "./object.hpp" #include "./fwd.hpp" namespace vk { struct buffer : public owned { }; } #endif