Newer
Older
invertedlogic / InvertedLogic / iLFramework / toolkit / include / GL / Cubes.h
@John Ryland John Ryland on 10 Nov 2019 187 bytes rename
#ifndef CUBES_H
#define CUBES_H


#include "Namespace.h"
BEGIN_NAMESPACE


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


END_NAMESPACE


#endif // CUBES_H