This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
NFRev1/NothinFancy/src/include/NothinFancy.h

7 lines
170 B
C++

//TODO: Rework this file to only contain functions the frontend will need to access
#include "Application.h"
#include "Input.h"
#include "Utility.h"
using namespace nf;