mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-23 02:38:52 -05:00
7 lines
113 B
C
7 lines
113 B
C
|
#ifndef NAVIGATOR_H
|
||
|
#define NAVIGATOR_H
|
||
|
|
||
|
#include "Navigator/Logger.h"
|
||
|
#include "Navigator/Application.h"
|
||
|
|
||
|
#endif
|