[olympic/applib] Cleanup unused header
This commit is contained in:
parent
af1f674bc0
commit
6dec1bf5ed
@ -1,18 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <ox/std/stringview.hpp>
|
|
||||||
|
|
||||||
#define OLYMPIC_APP_PROVIDERS(projectName, projectNamespace) \
|
|
||||||
namespace projectNamespace { \
|
|
||||||
void registerKeelModules() noexcept; \
|
|
||||||
void registerStudioModules() noexcept; \
|
|
||||||
} \
|
|
||||||
namespace olympic { \
|
|
||||||
ox::StringView appName() noexcept {return projectName OLYMPIC_APP;} \
|
|
||||||
void loadKeelModules() noexcept {projectNamespace::registerKeelModules();} \
|
|
||||||
void loadStudioModules() noexcept {projectNamespace::registerStudioModules();} \
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user