Upload files to "include"

This commit is contained in:
2026-08-11 21:08:39 +00:00
parent e56b2da0a6
commit 365c7c5a02
2 changed files with 69 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
// this code is licenced under Wrathmark licence
// © 2026 wullie wulliestudio.com
// please see attached licence for full usage and rights
#ifndef STDWULLIE_H
#define STDWULLIE_H
// import everything
//types
#include "stdWullie/definitions/int.h"
#include "stdWullie/definitions/typeNull.h"
#include "stdWullie/definitions/typeBool.h"
// namespaces
#include "stdWullie/namespaces/print.h"
#include "stdWullie/namespaces/convert.h"
// errors & exits
#include "stdWullie/exit.h"
// time
#include "stdWullie/time.h"
// string extras
#include "stdWullie/String/colours.h"
#endif