tgp.h
author Darkvater
Sat, 26 Aug 2006 14:41:16 +0000
changeset 4387 4899b8fc715e
parent 4300 687a17c9c557
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6140) -Codechange: fix the comment of _shift_pressed. It doesn't react to ALT, but to SHIFT.
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif