8 lines
149 B
C++
8 lines
149 B
C++
// Not in use
|
|
void USERD_stop_part_building(void)
|
|
{
|
|
#ifdef ENSIGHTDEBUG
|
|
Info << "Entering: USERD_stop_part_building" << endl << flush;
|
|
#endif
|
|
|
|
}
|