]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/rscript/nrmap_parser.h
Move projects back into subfolder.
[stg.git] / projects / stargazer / plugins / other / rscript / nrmap_parser.h
index e7cb44c2988640710d756c6a7ee0a7622a2cdfe1..82e7edb7ee4a464f5936e013b1f09c1a84fbe2d6 100644 (file)
@@ -29,8 +29,7 @@
 
 #include <string>
 #include <vector>
-
-#include "stg/os_int.h"
+#include <cstdint>
 
 struct NET_ROUTER
 {
@@ -60,8 +59,8 @@ public:
     ~NRMapParser() {}
 
     bool ReadFile(const std::string & fileName);
-    const std::vector<NET_ROUTER> & GetMap() const { return nrmap; };
-    const std::string & GetErrorStr() const { return errorStr; };
+    const std::vector<NET_ROUTER> & GetMap() const { return nrmap; }
+    const std::string & GetErrorStr() const { return errorStr; }
 
 private:
     NRMapParser(const NRMapParser & rvalue);