summaryrefslogtreecommitdiff
path: root/ex00/Fixed.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ex00/Fixed.hpp')
-rw-r--r--ex00/Fixed.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/ex00/Fixed.hpp b/ex00/Fixed.hpp
new file mode 100644
index 0000000..47d02cf
--- /dev/null
+++ b/ex00/Fixed.hpp
@@ -0,0 +1,16 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* Fixed.hpp :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2025/02/12 17:05:34 by dkaiser #+# #+# */
+/* Updated: 2025/02/12 17:05:59 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef FIXED_H_
+#define FIXED_H_
+
+#endif