SYMBOL INDEX (12 symbols across 2 files) FILE: helloworld.cpp function glfw_errorCallback (line 22) | static void glfw_errorCallback(int error, const char *description) function glfw_keyCallback (line 27) | static void glfw_keyCallback(GLFWwindow *window, int key, int scancode, ... function main (line 33) | int main(int argc, char **argv) FILE: helloworld_mt.cpp type EventType (line 25) | enum class EventType type ExitEvent (line 32) | struct ExitEvent type KeyEvent (line 37) | struct KeyEvent type ResizeEvent (line 44) | struct ResizeEvent function glfw_errorCallback (line 51) | static void glfw_errorCallback(int error, const char *description) function glfw_keyCallback (line 56) | static void glfw_keyCallback(GLFWwindow *window, int key, int scancode, ... type ApiThreadArgs (line 64) | struct ApiThreadArgs function runApiThread (line 71) | static int32_t runApiThread(bx::Thread *self, void *userData) function main (line 129) | int main(int argc, char **argv)