mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 20:50:58 +02:00
Filesystem update.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "sl_struct.h"
|
||||
|
||||
namespace sl
|
||||
{
|
||||
|
||||
//! Engine types
|
||||
//!
|
||||
enum class EngineType : uint32_t
|
||||
{
|
||||
eCustom,
|
||||
eUnreal,
|
||||
eUnity,
|
||||
eCount
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user