tgp.h
author rubidium
Mon, 19 Mar 2007 20:05:49 +0000
branch0.5
changeset 5465 30426b385cde
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r9348) [0.5] -Backport from trunk (r8974, r8994, r9074):
- Fix: support compilation with the Vista Platform SDK (r8974)
- Fix: resolution doubled in cfg file when fullscreen mode used (r8994)
- Fix: win32 dedicated console now doesn't need an extra 'enter' to fully quit (r9074)
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */