Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
589 B
Referenced Files
None
Subscribers
None
diff --git a/util/system.cpp b/util/system.cpp
new file mode 100644
index 00000000..c8864b34
--- /dev/null
+++ b/util/system.cpp
@@ -0,0 +1,6 @@
+#include <string>
+#include "system.h"
+
+bool System::readableFile(const std::string & path){
+ return true;
+}
diff --git a/util/system.h b/util/system.h
new file mode 100644
index 00000000..3aa0eb56
--- /dev/null
+++ b/util/system.h
@@ -0,0 +1,12 @@
+#ifndef _paintown_system_h
+#define _paintown_system_h
+
+/* system utilities */
+
+#include <string>
+
+namespace System{
+ bool readableFile(const std::string & path);
+}
+
+#endif

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jun 11, 1:41 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69295
Default Alt Text
(589 B)

Event Timeline