Add basic project setup with engine and editor subdirectories
This commit is contained in:
11
engine/include/nova/test.h
Normal file
11
engine/include/nova/test.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Copyright (c) 2025, Jayden Grubb <contact@jaydengrubb.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <nova/api.h>
|
||||
|
||||
NOVA_API void func();
|
||||
Reference in New Issue
Block a user