mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 11:00:38 +02:00
18 lines
386 B
C
18 lines
386 B
C
/*
|
|
===========================================================================
|
|
|
|
IceTech GPL Source Code
|
|
Copyright (C) 2026 Justin Marshall
|
|
|
|
This file is part of the IceTech GPL Source Code.
|
|
|
|
===========================================================================
|
|
*/
|
|
|
|
#ifndef __RADIANT_CITYBUILDER_H__
|
|
#define __RADIANT_CITYBUILDER_H__
|
|
|
|
void Radiant_GenerateAutomaticCity();
|
|
|
|
#endif
|