////////////////////////////////////////////
| 63 | |
| 64 | ///////////////////////////////////////////////// |
| 65 | int main() { |
| 66 | |
| 67 | //Loading |
| 68 | F_Loading(); |
| 69 | F_General_Menu(); |
| 70 | |
| 71 | system("pause"); |
| 72 | return 0; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | void F_General_Menu() { |
nothing calls this directly
no test coverage detected