diff options
Diffstat (limited to 'examples/hello-world')
| -rw-r--r-- | examples/hello-world/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hello-world/main.cpp b/examples/hello-world/main.cpp index da149a8e0..e635b3a48 100644 --- a/examples/hello-world/main.cpp +++ b/examples/hello-world/main.cpp @@ -66,6 +66,7 @@ struct HelloWorldExample int main() { + initDebugCallback(); HelloWorldExample example; return example.run(); } |
