feture match with master

This commit is contained in:
2026-09-11 03:50:43 +01:00
parent bcaf026ef5
commit 79bc676f49
16 changed files with 293 additions and 11 deletions
+5 -1
View File
@@ -15,6 +15,7 @@
// namespaces
#include "stdWullie/namespaces/print.h"
#include "stdWullie/namespaces/convert.h"
#include "stdWullie/namespaces/random.h"
// errors & exits
#include "stdWullie/exit.h"
@@ -23,11 +24,14 @@
#include "stdWullie/time.h"
// file handling
#include "stdWullie/definitions/umodetypes.h"
#include "stdWullie/filehandle/closeOpen.h"
#include "stdWullie/filehandle/readWrite.h"
#include "stdWullie/filehandle/mkdir.h"
// string extras
// string
#include "stdWullie/String/colours.h"
// congtates youse have made it to the end
#endif