add some missing includes, delete accidentally-added notes

This commit is contained in:
Martin Michelsen
2022-09-03 12:30:41 -07:00
parent 9a35f5ca63
commit c46db6eccd
6 changed files with 5 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
#include <stdint.h>
#include <memory>
#include <phosg/Filesystem.hh>
#include <phosg/Strings.hh>
#include <string>
+1
View File
@@ -2,6 +2,7 @@
#include <stdint.h>
#include <memory>
#include <string>
#include <phosg/Encoding.hh>
+1
View File
@@ -2,6 +2,7 @@
#include <inttypes.h>
#include <memory>
#include <phosg/Encoding.hh>
#include <random>
#include <string>
View File
-5
View File
@@ -1,5 +0,0 @@
psobb file lookups
1. look in system/patch-bb/data/<filename>
2. look in system/patch-bb/data/data.gsl :: <filename>
3. look in system/blueburst/<filename>
+2
View File
@@ -2,6 +2,8 @@
#include <stdint.h>
#include <memory>
#include <string>
#include <random>