From e4345522c01f9dd760646f4a3b9ca26ee7c8812f Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Wed, 2 Oct 2024 15:17:16 -0500 Subject: Add fud function. --- source/libfud.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/libfud.cpp') diff --git a/source/libfud.cpp b/source/libfud.cpp index e1dad1d..e9b3c8c 100644 --- a/source/libfud.cpp +++ b/source/libfud.cpp @@ -21,6 +21,10 @@ namespace fud { +void fud() { + /* Are you feeling the fud? */ +} + Result getEnv(const char* name) { using RetType = Result; -- cgit v1.2.3