Files
DoomRTX/neo/engine/tools/radiant/CityBuilder.h
T
2026-05-28 01:09:16 -07:00

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