MCPcopy Create free account
hub / github.com/anjo76/angelscript / main

Function main

sdk/samples/tutorial/source/main.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61void LineCallback(asIScriptContext *ctx, DWORD *timeOut);
62
63int main(int argc, char **argv)
64{
65 RunApplication();
66
67 // Wait until the user presses a key
68 cout << endl << "Press any key to quit." << endl;
69 while(!getch());
70
71 return 0;
72}
73
74void MessageCallback(const asSMessageInfo *msg, void *param)
75{

Callers

nothing calls this directly

Calls 2

RunApplicationFunction · 0.70
getchFunction · 0.70

Tested by

no test coverage detected