added ported from comments

This commit is contained in:
elijah-thomas774
2024-05-12 14:30:58 -04:00
parent 834d0673ea
commit a46e6e0204
15 changed files with 29 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_CharStrmReader.cpp
#include <nw4r/ut/ut_CharStrmReader.h>
namespace nw4r {
+1
View File
@@ -1,3 +1,4 @@
// ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_CharWriter.cpp
#include <nw4r/ut.h>
+2
View File
@@ -1,3 +1,5 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_DvdFileStream.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,3 +1,5 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_DvdLockedFileStream.cpp
#include <RVL/OS.h>
#include <nw4r/ut.h>
+2
View File
@@ -1,3 +1,5 @@
// Ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_FileStream.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,3 +1,5 @@
// Ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_Font.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,3 +1,5 @@
// Ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_IOStream.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,3 +1,5 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_LockedCache.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,4 +1,6 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_NandFileStream.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,3 +1,5 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_ResFont.cpp
#include <nw4r/ut.h>
const u32 MAGIC_RESFONT = 'RFNT';
+2
View File
@@ -1,3 +1,5 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_ResFontBase.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,3 +1,5 @@
// Ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_RomFont.cpp --- Mostly unused
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,3 +1,5 @@
// Ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_TagProcessorBase.cpp
#include <nw4r/ut.h>
namespace nw4r {
+2
View File
@@ -1,4 +1,6 @@
// Ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_TextWriterBase.cpp
#include <Runtime.PPCEABI.H/__va_arg.h>
#include <nw4r/ut.h>
+2
View File
@@ -1,3 +1,5 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_list.cpp
#include <nw4r/ut/ut_list.h>
namespace nw4r {