summaryrefslogtreecommitdiff
path: root/hscript/disk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/disk.cc')
-rw-r--r--hscript/disk.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/hscript/disk.cc b/hscript/disk.cc
new file mode 100644
index 0000000..a1313f0
--- /dev/null
+++ b/hscript/disk.cc
@@ -0,0 +1,13 @@
+/*
+ * disk.cc - Implementation of the Key classes for disk manipulation
+ * libhscript, the HorizonScript library for
+ * Project Horizon
+ *
+ * Copyright (c) 2019 Adélie Linux and contributors. All rights reserved.
+ * This code is licensed under the AGPL 3.0 license, as noted in the
+ * LICENSE-code file in the root directory of this repository.
+ *
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
+#include "disk.hh"