| 909 | } |
| 910 | |
| 911 | int16 cFodder::Mouse_Button_Left_Toggled() { |
| 912 | if (mMouse_Button_Left_Toggle >= 0) |
| 913 | return -1; |
| 914 | |
| 915 | mMouse_Button_Left_Toggle = 1; |
| 916 | return 1; |
| 917 | } |
| 918 | |
| 919 | |
| 920 | void cFodder::GUI_Sidebar_Squad_Split_Icon_Draw() { |
nothing calls this directly
no outgoing calls
no test coverage detected