mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 05:02:13 -04:00
Rename all the app .cpp/.hpp to have app name first.
Larger refactoring of filenames and namespaces imminent!
This commit is contained in:
parent
d0d97e92cb
commit
218d81fc60
12 changed files with 30 additions and 30 deletions
|
@ -26,11 +26,11 @@ using namespace portapack;
|
|||
|
||||
#include "string_format.hpp"
|
||||
|
||||
#include "app_analog_audio.hpp"
|
||||
#include "app_ais.hpp"
|
||||
#include "app_tpms.hpp"
|
||||
#include "app_ert.hpp"
|
||||
#include "app_spectrum_analysis.hpp"
|
||||
#include "analog_audio_app.hpp"
|
||||
#include "ais_app.hpp"
|
||||
#include "tpms_app.hpp"
|
||||
#include "ert_app.hpp"
|
||||
#include "spectrum_analysis_app.hpp"
|
||||
|
||||
namespace ui {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue