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