#ifndef INSTANCE_H #define INSTANCE_H #include "../rendering/renderer.h" void vk_instance_init(struct renderer_context *context); #endif