mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:56:17 +03:00
14 lines
218 B
C++
14 lines
218 B
C++
#pragma once
|
|
#include "../utils/utils.h"
|
|
#include <profile/profile.h>
|
|
#include <string>
|
|
#include <filesystem>
|
|
|
|
#include <rttr/type>
|
|
#include <rttr/registration_friend.h>
|
|
#include "asset_common.h"
|
|
|
|
namespace engine
|
|
{
|
|
|
|
} |