1
0
Fork 0
2018-soft-3d-renderer/include/loader.h

12 lines
111 B
C
Raw Normal View History

2018-09-05 02:50:27 +00:00
#ifndef LOADER_H
#include "geometry.h"
int LoadMesh(char *filename, Mesh &mesh);
#define LOADER_H
#endif