Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F126939
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
589 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
R75 R-Tech1
Attached
Detach File
Event Timeline