6 lines
82 B
C++
6 lines
82 B
C++
#include "Tank.hpp"
|
|
|
|
|
|
Tank::Tank() {
|
|
LoadMeshFromObjFile("tank_sample.obj");
|
|
} |