Files
rez_demo/sources/GL_STUFF/GL_STUFF.cpp
beno bbede61723 updated makefile for supporting different target architectures
use "ARCH=arch_name make"

restructured project folder, implementations and headers together under sources/
2026-03-16 00:10:52 +01:00

10 lines
163 B
C++
Executable File

// GL_STUFF.cpp : Defines the functions for the static library.
//
#include "framework.h"
// TODO: This is an example of a library function
void fnGLSTUFF()
{
}