Merge
This commit is contained in:
13
src/rpg/rpg.c
Normal file
13
src/rpg/rpg.c
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Copyright (c) 2025 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include "rpg.h"
|
||||
#include "rpg/entity/player.h"
|
||||
|
||||
void rpgInit() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user