tgp.h
author Darkvater
Sat, 18 Nov 2006 00:14:43 +0000
changeset 5120 e12dfc67761f
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById
instead of _windows loop (viewport.c), remove dump-code (mixer.c), MSVC6 borkdness
in stdafx.h, constness (viewport.c), variable localization (win32.c), comments (window.c)
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */