MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / initilize

Function initilize

Source/Main.cpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

runGameFunction · 0.85

Calls 2

intInRangeFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected