Fix embarrising typo
This commit is contained in:
parent
847ddb3e5b
commit
8a927010ba
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "../jabyegine_config.hpp"
|
||||
#include "../jabyengine_config.hpp"
|
||||
#include "gpu_primitives.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "../jabyegine_config.hpp"
|
||||
#include "../jabyengine_config.hpp"
|
||||
#include "controller.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <PSX/System/IOPorts/dma_io.hpp>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <PSX/jabyegine_config.hpp>
|
||||
#include <PSX/jabyengine_config.hpp>
|
||||
#include <PSX/GTE/gte.hpp>
|
||||
#include <PSX/System/syscalls.hpp>
|
||||
#include "../../reference/inline_n.h"
|
||||
|
|
Loading…
Reference in New Issue