Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
detail Namespace Reference

Functions

float getItemSpan (int deep)
 

Function Documentation

◆ getItemSpan()

float detail::getItemSpan ( int  deep)

Definition at line 55 of file BuildMenu.cxx.

55 { return deep == 0 ? 16.f : 6.f; }
+ Here is the caller graph for this function: