| 128 | } |
| 129 | |
| 130 | static void gVFC(Console* console, const char* text, void* userData) |
| 131 | { |
| 132 | gBase->getCamera().mPerformVFC = !gBase->getCamera().mPerformVFC; |
| 133 | } |
| 134 | |
| 135 | /////////////////////////////////////////////////////////////////////////////// |
| 136 |