mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-06 19:05:24 +00:00
Properly namespace all classes under "::libprojectM"
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
static constexpr auto fileParserTestDataPath{ PROJECTM_TEST_DATA_DIR "/PresetFileParser/" };
|
||||
|
||||
using libprojectM::MilkdropPreset::PresetFileParser;
|
||||
|
||||
/**
|
||||
* Class to make protected function accessible to tests.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user