diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2023-09-17 23:55:59 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2023-09-17 23:55:59 -0600 |
| commit | 396f732bc58080430562ea60fd345bf2e51cfc0b (patch) | |
| tree | 69a90e2d4e255074bc5c476c991deb7b30f847e3 /src/main.cpp | |
| parent | 87ba0d258759a03b2397d63ba5d203cf5fe26c0f (diff) | |
Refactored to use a better file format
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ad50334..ab1f8d3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,6 +17,6 @@ int main(int argc, char *argv[]) { } Companion::Instance = new Companion(filename); - Companion::Instance->Start(); + Companion::Instance->Init(); return 0; }
\ No newline at end of file |
