8 lines
140 B
C
8 lines
140 B
C
#ifndef INSTANCE_H
|
|
#define INSTANCE_H
|
|
|
|
#include "../rendering/renderer.h"
|
|
|
|
void vk_instance_init(struct renderer_context *context);
|
|
|
|
#endif
|