aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2025-07-22 22:54:21 +0200
committerGitHub <noreply@github.com>2025-07-22 22:54:21 +0200
commit61045345fa43e54fb4fc3eee0e05b25451af9ca5 (patch)
treee93f417d2a51eb1b9d30909193bc9f84f95124d5 /src/main.cpp
parente9eb8305dcdbdbf5a9cbabf766c6e908e63a19b1 (diff)
downloadatracdenc-61045345fa43e54fb4fc3eee0e05b25451af9ca5.tar.gz
Move implementation details into corresponding dirs (#52)HEADmaster
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6cf6ff8..3063ebc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,6 +29,7 @@
#include "aea.h"
#include "rm.h"
#include "at3.h"
+#include "oma.h"
#include "config.h"
#include "atrac1denc.h"
#include "atrac3denc.h"