Put fillers to empty files for now

This commit is contained in:
2025-09-03 07:12:14 +03:00
parent e492f0f618
commit e211345f89
4 changed files with 68 additions and 0 deletions

3
src/Audio.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include "ChargeAudio.hpp"
int placeHolder() { return 0; }

1
src/ChargeAudio.hpp Normal file
View File

@@ -0,0 +1 @@
int placeHolder();