diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-16 19:44:27 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-16 19:44:27 -0600 |
| commit | 4451ae28dba815411a39fcda22a3455d1ea69343 (patch) | |
| tree | c76ec61f0ec506213e7b08a7a552f5f3e94745ce /TemplateFactory.h | |
| parent | 6edf65beca37954d6d2243c92875a1dc84b6b3f6 (diff) | |
Code cleanup and moved current audio system to legacy
Diffstat (limited to 'TemplateFactory.h')
| -rw-r--r-- | TemplateFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplateFactory.h b/TemplateFactory.h index 16bcf00..81b091e 100644 --- a/TemplateFactory.h +++ b/TemplateFactory.h @@ -1,6 +1,6 @@ #pragma once -#include "../BaseFactory.h" +#include <factories/BaseFactory.h> // namespace GAME { |
