11 lines
168 B
C++
11 lines
168 B
C++
/*
|
|
* Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace nostalgia {
|
|
|
|
void registerStudioModules() noexcept;
|
|
|
|
} |