summaryrefslogtreecommitdiff
path: root/le/le_resident_name_table_entry.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-07-05 17:51:21 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-07-05 17:51:21 +0200
commit06336eaddcc6a8f9cc578d8f059117c3aa535c9f (patch)
tree4884cc68161df06112a49a04007fa6d03775d507 /le/le_resident_name_table_entry.hpp
parentb80a82fcc9edc73057796005cede4eea8380e193 (diff)
downloadopenwar-06336eaddcc6a8f9cc578d8f059117c3aa535c9f.tar.gz
openwar-06336eaddcc6a8f9cc578d8f059117c3aa535c9f.tar.bz2
openwar-06336eaddcc6a8f9cc578d8f059117c3aa535c9f.zip
Made the interface somewhat more consistant.
Diffstat (limited to 'le/le_resident_name_table_entry.hpp')
-rw-r--r--le/le_resident_name_table_entry.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/le/le_resident_name_table_entry.hpp b/le/le_resident_name_table_entry.hpp
deleted file mode 100644
index 95c83bc..0000000
--- a/le/le_resident_name_table_entry.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include "types.hpp"
-
-#include <string>
-
-namespace le {
-
-using binparse::PString8;
-using binparse::Value16;
-
-struct ResidentNameTableEntry {
- PString8 string;
- Value16 index;
-};
-
-ResidentNameTableEntry parse_resident_name_table_entry(std::istream& is);
-
-std::ostream& operator<<(std::ostream& os, ResidentNameTableEntry const& entry);
-
-} \ No newline at end of file