| 69 | } |
| 70 | |
| 71 | void initilize() |
| 72 | { |
| 73 | Random ::init(); |
| 74 | Display ::init(); |
| 75 | |
| 76 | for (int i = 0; i < 30; i++) |
| 77 | { |
| 78 | Random::intInRange(0, 63464); //This is so that the RNG is more random |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | void loadConfig() |
| 83 | { |
no test coverage detected