mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
24 lines
396 B
C++
Executable File
24 lines
396 B
C++
Executable File
#include"box.h"
|
|
#include"camera.h"
|
|
#include"light.h"
|
|
#include"material.h"
|
|
#include"mesh.h"
|
|
#include"model.h"
|
|
#include"node.h"
|
|
#include"particleEmitter.h"
|
|
#include"quad.h"
|
|
#include"quaternion.h"
|
|
#include"rectangle.h"
|
|
#include"root.h"
|
|
#include"shader.h"
|
|
#include"stb_image.h"
|
|
#include"text.h"
|
|
#include"texture.h"
|
|
#include"util.h"
|
|
#include"vector.h"
|
|
#include"waterPlane.h"
|
|
|
|
int main(){
|
|
return 0;
|
|
}
|