6 lines
75 B
C
6 lines
75 B
C
|
#pragma once
|
||
|
#include "mesh.h"
|
||
|
|
||
|
extern Mesh* CUBE_MESH;
|
||
|
|
||
|
void initMeshes();
|