ae2f_docs
VkInit.c
Go to the documentation of this file.
1#include "../vk.h"
2
3int main() {
4 Test_VkInit();
5 Test_VkEnd();
6}