//////////////////////////////////////////////////////////////////////////
| 72 | |
| 73 | /////////////////////////////////////////////////////////////////////////////// |
| 74 | int main() { |
| 75 | |
| 76 | //Loading |
| 77 | F_Loading(); |
| 78 | F_General_Menu(); |
| 79 | |
| 80 | system("pause"); |
| 81 | return 0; |
| 82 | } |
| 83 | |
| 84 | |
| 85 | void F_General_Menu() { |
nothing calls this directly
no test coverage detected