mirror of
https://github.com/zeldaret/ss
synced 2026-07-25 06:09:01 -04:00
added ported from comments
This commit is contained in:
@@ -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,3 +1,4 @@
|
||||
// ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_CharWriter.cpp
|
||||
|
||||
#include <nw4r/ut.h>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user