11 lines
239 B
C++
11 lines
239 B
C++
// Copyright (c) 2024 Dominic Masters
|
|
//
|
|
// This software is released under the MIT License.
|
|
// https://opensource.org/licenses/MIT
|
|
|
|
#pragma once
|
|
#include "dawn.hpp"
|
|
|
|
namespace Dawn {
|
|
static void someFunction(const char_t *someParam);
|
|
} |