mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
7 lines
66 B
C++
7 lines
66 B
C++
#include"quaternion.h"
|
|
#include"vec3.h"
|
|
|
|
int main(){
|
|
return 0;
|
|
}
|