8 lines
118 B
C++
8 lines
118 B
C++
#pragma once
|
|
|
|
/* Path to the engine */
|
|
#include "include/Engine.h"
|
|
|
|
#include "main_code.h"
|
|
|
|
using namespace SE; |