Files
libstdwullie/include/stdWullie.h
T
2026-08-20 16:40:32 +01:00

34 lines
694 B
C

// 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"
// file handling
#include "stdWullie/filehandle/closeOpen.h"
#include "stdWullie/filehandle/readWrite.h"
// string extras
#include "stdWullie/String/colours.h"
#endif