Hello,For me a Pragma is a contional compile statement.We have like #if XBOX, #IF DEBUG, #if NOKEYBOARD, #if LD all over our code.We need the keyboard for bug research and all since we do not all have game pads, but we do not need it in the release version of the game. However we did the conditional compilation statement kind of backward. It is ...