view generator/global.cpp @ 400:a81c53f7b83b

Actually make the last commit (e40f33cc0bf5) work. Previously, a line break was missing from the generated include file.
author David Nadlinger <code@klickverbot.at>
date Tue, 08 Mar 2011 23:54:58 +0100
parents e700fa4916e4
children
line wrap: on
line source

#include "global.h"

Global global;

Global::Global()
{
}