Newer
Older
Import / research / ui / TweakableProperties / toolkit / include / GL / Cubes.h
@John John on 29 Dec 2020 187 bytes bulk import from macbookpro checkouts
#ifndef CUBES_H
#define CUBES_H


#include "Namespace.h"
BEGIN_NAMESPACE


void SetupCubes();
void DrawCubes();
void CleaupCubes();


END_NAMESPACE


#endif // CUBES_H