foo
[vkray] / src / vk.h
1 #ifndef VK_H_
2 #define VK_H_
3
4 int vk_init(void);
5 void vk_cleanup(void);
6
7 #endif  /* VK_H_ */