7 lines
170 B
C++
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; |