view generator/global.cpp @ 388:8b0544bee5f2

Fixed a build system bug which caused the OpenGL library modules not to be installed.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 14:26:55 +0200
parents e700fa4916e4
children
line wrap: on
line source

#include "global.h"

Global global;

Global::Global()
{
}