|
|
|
|
@@ -1,242 +1,245 @@
|
|
|
|
|
#ifndef FILES_DATA_H
|
|
|
|
|
#define FILES_DATA_H
|
|
|
|
|
#include <string>
|
|
|
|
|
namespace Nuake {
|
|
|
|
|
namespace StaticResources {
|
|
|
|
|
extern const std::string Resources_default_layout_ini_path;
|
|
|
|
|
extern unsigned int Resources_default_layout_ini_len;
|
|
|
|
|
extern unsigned char Resources_default_layout_ini[];
|
|
|
|
|
extern const std::string Resources_Fonts_fa_regular_400_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_fa_regular_400_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_fa_regular_400_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_fa_regular_400_big_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_fa_regular_400_big_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_fa_regular_400_big_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_fa_solid_900_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_fa_solid_900_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_fa_solid_900_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_FiraMono_Bold_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_FiraMono_Bold_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_FiraMono_Bold_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_FiraMono_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_FiraMono_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_FiraMono_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_OpenSans_Bold_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_OpenSans_Bold_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_OpenSans_Bold_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_OpenSans_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_OpenSans_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_OpenSans_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_Poppins_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_Poppins_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_Poppins_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_RobotoMono_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_RobotoMono_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_RobotoMono_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Gizmos_bone_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_bone_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_bone_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_camera_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_camera_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_camera_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_light_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_light_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_light_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_light_directional_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_light_directional_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_light_directional_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_light_spot_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_light_spot_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_light_spot_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_particles_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_particles_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_particles_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_player_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_player_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_player_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_rigidbody_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_rigidbody_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_rigidbody_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_sound_emitter_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_sound_emitter_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_sound_emitter_png[];
|
|
|
|
|
extern const std::string Resources_Images_audio_file_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_audio_file_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_audio_file_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_box_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_box_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_box_png[];
|
|
|
|
|
extern const std::string Resources_Images_code_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_code_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_code_png[];
|
|
|
|
|
extern const std::string Resources_Images_csharp_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_csharp_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_csharp_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_cube_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_cube_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_cube_png[];
|
|
|
|
|
extern const std::string Resources_Images_file_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_file_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_file_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_folder_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_folder_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_folder_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_light_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_light_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_light_png[];
|
|
|
|
|
extern const std::string Resources_Images_logo_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_logo_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_logo_png[];
|
|
|
|
|
extern const std::string Resources_Images_logo_white_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_logo_white_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_logo_white_png[];
|
|
|
|
|
extern const std::string Resources_Images_nuake_logo_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_nuake_logo_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_nuake_logo_png[];
|
|
|
|
|
extern const std::string Resources_Images_physics_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_physics_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_physics_png[];
|
|
|
|
|
extern const std::string Resources_Images_project_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_project_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_project_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_scene_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_scene_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_scene_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_screenshot_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_screenshot_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_screenshot_png[];
|
|
|
|
|
extern const std::string Resources_Images_script_file_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_script_file_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_script_file_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_shape_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_shape_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_shape_png[];
|
|
|
|
|
extern const std::string Resources_Images_speaker_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_speaker_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_speaker_png[];
|
|
|
|
|
extern const std::string Resources_Images_wrench_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_wrench_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_wrench_png[];
|
|
|
|
|
extern const std::string Resources_resources_aps_path;
|
|
|
|
|
extern unsigned int Resources_resources_aps_len;
|
|
|
|
|
extern unsigned char Resources_resources_aps[];
|
|
|
|
|
extern const std::string Resources_resources_rc_path;
|
|
|
|
|
extern unsigned int Resources_resources_rc_len;
|
|
|
|
|
extern unsigned char Resources_resources_rc[];
|
|
|
|
|
extern const std::string Resources_Scripts_Audio_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Audio_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Audio_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Engine_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Engine_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Engine_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Input_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Input_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Input_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Math_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Math_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Math_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Physics_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Physics_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Physics_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Scene_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Scene_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Scene_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_ScriptableEntity_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_ScriptableEntity_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_ScriptableEntity_wren[];
|
|
|
|
|
extern const std::string Resources_Shaders_add_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_add_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_add_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_atmospheric_sky_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_atmospheric_sky_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_atmospheric_sky_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_barrel_distortion_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_barrel_distortion_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_barrel_distortion_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_bloom_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_bloom_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_bloom_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_blur_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_blur_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_blur_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_BRD_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_BRD_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_BRD_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_combine_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_combine_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_combine_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_copy_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_copy_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_copy_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_debugLine_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_debugLine_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_debugLine_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_deferred_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_deferred_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_deferred_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_depth_aware_blur_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_depth_aware_blur_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_depth_aware_blur_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_display_depth_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_display_depth_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_display_depth_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_dither_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_dither_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_dither_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_dof_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_dof_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_dof_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_flat_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_flat_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_flat_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_gbuffer_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_gbuffer_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_gbuffer_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_gbuffer_skinned_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_gbuffer_skinned_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_gbuffer_skinned_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_gizmo_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_gizmo_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_gizmo_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_line_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_line_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_line_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_outline_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_outline_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_outline_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_pbr_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_pbr_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_pbr_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_sdf_text_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_sdf_text_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_sdf_text_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_shadowMap_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_shadowMap_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_shadowMap_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_shadowMap_skinned_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_shadowMap_skinned_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_shadowMap_skinned_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_skybox_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_skybox_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_skybox_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_ssao_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_ssao_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_ssao_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_ssr_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_ssr_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_ssr_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_tonemap_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_tonemap_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_tonemap_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_ui_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_ui_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_ui_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_vignette_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_vignette_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_vignette_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_volumetric_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_volumetric_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_volumetric_shader[];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
namespace Nuake {
|
|
|
|
|
namespace StaticResources {
|
|
|
|
|
extern const std::string Resources_default_layout_ini_path;
|
|
|
|
|
extern unsigned int Resources_default_layout_ini_len;
|
|
|
|
|
extern unsigned char Resources_default_layout_ini[];
|
|
|
|
|
extern const std::string Resources_resources_aps_path;
|
|
|
|
|
extern unsigned int Resources_resources_aps_len;
|
|
|
|
|
extern unsigned char Resources_resources_aps[];
|
|
|
|
|
extern const std::string Resources_resources_rc_path;
|
|
|
|
|
extern unsigned int Resources_resources_rc_len;
|
|
|
|
|
extern unsigned char Resources_resources_rc[];
|
|
|
|
|
extern const std::string Resources_Fonts_fa_regular_400_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_fa_regular_400_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_fa_regular_400_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_fa_regular_400_big_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_fa_regular_400_big_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_fa_regular_400_big_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_fa_solid_900_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_fa_solid_900_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_fa_solid_900_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_FiraMono_Bold_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_FiraMono_Bold_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_FiraMono_Bold_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_FiraMono_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_FiraMono_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_FiraMono_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_OpenSans_Bold_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_OpenSans_Bold_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_OpenSans_Bold_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_OpenSans_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_OpenSans_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_OpenSans_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_Poppins_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_Poppins_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_Poppins_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Fonts_RobotoMono_Regular_ttf_path;
|
|
|
|
|
extern unsigned int Resources_Fonts_RobotoMono_Regular_ttf_len;
|
|
|
|
|
extern unsigned char Resources_Fonts_RobotoMono_Regular_ttf[];
|
|
|
|
|
extern const std::string Resources_Gizmos_bone_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_bone_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_bone_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_camera_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_camera_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_camera_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_light_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_light_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_light_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_light_directional_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_light_directional_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_light_directional_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_light_spot_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_light_spot_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_light_spot_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_particles_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_particles_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_particles_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_player_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_player_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_player_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_rigidbody_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_rigidbody_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_rigidbody_png[];
|
|
|
|
|
extern const std::string Resources_Gizmos_sound_emitter_png_path;
|
|
|
|
|
extern unsigned int Resources_Gizmos_sound_emitter_png_len;
|
|
|
|
|
extern unsigned char Resources_Gizmos_sound_emitter_png[];
|
|
|
|
|
extern const std::string Resources_Images_audio_file_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_audio_file_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_audio_file_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_box_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_box_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_box_png[];
|
|
|
|
|
extern const std::string Resources_Images_code_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_code_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_code_png[];
|
|
|
|
|
extern const std::string Resources_Images_csharp_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_csharp_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_csharp_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_cube_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_cube_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_cube_png[];
|
|
|
|
|
extern const std::string Resources_Images_file_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_file_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_file_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_folder_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_folder_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_folder_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_light_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_light_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_light_png[];
|
|
|
|
|
extern const std::string Resources_Images_logo_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_logo_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_logo_png[];
|
|
|
|
|
extern const std::string Resources_Images_logo_white_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_logo_white_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_logo_white_png[];
|
|
|
|
|
extern const std::string Resources_Images_nuake_logo_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_nuake_logo_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_nuake_logo_png[];
|
|
|
|
|
extern const std::string Resources_Images_physics_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_physics_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_physics_png[];
|
|
|
|
|
extern const std::string Resources_Images_project_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_project_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_project_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_scene_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_scene_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_scene_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_screenshot_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_screenshot_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_screenshot_png[];
|
|
|
|
|
extern const std::string Resources_Images_script_file_icon_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_script_file_icon_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_script_file_icon_png[];
|
|
|
|
|
extern const std::string Resources_Images_shape_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_shape_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_shape_png[];
|
|
|
|
|
extern const std::string Resources_Images_speaker_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_speaker_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_speaker_png[];
|
|
|
|
|
extern const std::string Resources_Images_wrench_png_path;
|
|
|
|
|
extern unsigned int Resources_Images_wrench_png_len;
|
|
|
|
|
extern unsigned char Resources_Images_wrench_png[];
|
|
|
|
|
extern const std::string Resources_Scripts_Audio_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Audio_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Audio_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Engine_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Engine_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Engine_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Input_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Input_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Input_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Math_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Math_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Math_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Physics_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Physics_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Physics_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_Scene_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_Scene_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_Scene_wren[];
|
|
|
|
|
extern const std::string Resources_Scripts_ScriptableEntity_wren_path;
|
|
|
|
|
extern unsigned int Resources_Scripts_ScriptableEntity_wren_len;
|
|
|
|
|
extern unsigned char Resources_Scripts_ScriptableEntity_wren[];
|
|
|
|
|
extern const std::string Resources_Shaders_add_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_add_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_add_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_atmospheric_sky_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_atmospheric_sky_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_atmospheric_sky_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_barrel_distortion_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_barrel_distortion_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_barrel_distortion_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_bloom_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_bloom_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_bloom_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_blur_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_blur_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_blur_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_BRD_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_BRD_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_BRD_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_combine_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_combine_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_combine_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_copy_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_copy_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_copy_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_debugLine_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_debugLine_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_debugLine_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_deferred_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_deferred_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_deferred_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_depth_aware_blur_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_depth_aware_blur_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_depth_aware_blur_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_display_depth_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_display_depth_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_display_depth_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_dither_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_dither_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_dither_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_dof_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_dof_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_dof_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_flat_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_flat_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_flat_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_gbuffer_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_gbuffer_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_gbuffer_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_gbuffer_skinned_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_gbuffer_skinned_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_gbuffer_skinned_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_gizmo_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_gizmo_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_gizmo_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_line_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_line_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_line_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_outline_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_outline_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_outline_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_pbr_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_pbr_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_pbr_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_sdf_text_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_sdf_text_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_sdf_text_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_shadowMap_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_shadowMap_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_shadowMap_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_shadowMap_skinned_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_shadowMap_skinned_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_shadowMap_skinned_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_skybox_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_skybox_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_skybox_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_ssao_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_ssao_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_ssao_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_ssr_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_ssr_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_ssr_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_tonemap_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_tonemap_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_tonemap_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_ui_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_ui_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_ui_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_vignette_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_vignette_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_vignette_shader[];
|
|
|
|
|
extern const std::string Resources_Shaders_volumetric_shader_path;
|
|
|
|
|
extern unsigned int Resources_Shaders_volumetric_shader_len;
|
|
|
|
|
extern unsigned char Resources_Shaders_volumetric_shader[];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endif // FILES_DATA_H
|
|
|
|
|
|