├── .gitignore ├── External Resources ├── GLEW │ ├── LICENSE.txt │ ├── bin │ │ └── Release │ │ │ ├── Win32 │ │ │ ├── glew32.dll │ │ │ ├── glewinfo.exe │ │ │ └── visualinfo.exe │ │ │ └── x64 │ │ │ ├── glew32.dll │ │ │ ├── glewinfo.exe │ │ │ └── visualinfo.exe │ ├── doc │ │ ├── advanced.html │ │ ├── basic.html │ │ ├── build.html │ │ ├── credits.html │ │ ├── github.png │ │ ├── glew.css │ │ ├── glew.html │ │ ├── glew.png │ │ ├── glew.txt │ │ ├── glxew.html │ │ ├── gpl.txt │ │ ├── index.html │ │ ├── install.html │ │ ├── khronos.txt │ │ ├── log.html │ │ ├── mesa.txt │ │ ├── new.png │ │ ├── ogl_sm.jpg │ │ ├── travis.png │ │ └── wglew.html │ ├── include │ │ └── GL │ │ │ ├── eglew.h │ │ │ ├── glew.h │ │ │ ├── glxew.h │ │ │ └── wglew.h │ └── lib │ │ └── Release │ │ ├── Win32 │ │ ├── glew32.lib │ │ └── glew32s.lib │ │ └── x64 │ │ ├── glew32.lib │ │ └── glew32s.lib ├── GLFW │ ├── COPYING.txt │ ├── docs │ │ └── html │ │ │ ├── annotated.html │ │ │ ├── arrowdown.png │ │ │ ├── arrowright.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── bug.html │ │ │ ├── build_8dox.html │ │ │ ├── build_guide.html │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── compat_8dox.html │ │ │ ├── compat_guide.html │ │ │ ├── compile_8dox.html │ │ │ ├── compile_guide.html │ │ │ ├── context_8dox.html │ │ │ ├── context_guide.html │ │ │ ├── dir_1f12d41534b9d9c99a183e145b58d6f3.html │ │ │ ├── dir_351f617146de9499414a6c099ebbe0ca.html │ │ │ ├── dir_4bcf8e981abe5adb811ce4f57d70c9af.html │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── extra.css │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── functions.html │ │ │ ├── functions_vars.html │ │ │ ├── glfw3_8h.html │ │ │ ├── glfw3_8h_source.html │ │ │ ├── glfw3native_8h.html │ │ │ ├── glfw3native_8h_source.html │ │ │ ├── globals.html │ │ │ ├── globals_b.html │ │ │ ├── globals_c.html │ │ │ ├── globals_d.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_defs_b.html │ │ │ ├── globals_defs_c.html │ │ │ ├── globals_defs_d.html │ │ │ ├── globals_defs_e.html │ │ │ ├── globals_defs_f.html │ │ │ ├── globals_defs_g.html │ │ │ ├── globals_defs_h.html │ │ │ ├── globals_defs_i.html │ │ │ ├── globals_defs_j.html │ │ │ ├── globals_defs_k.html │ │ │ ├── globals_defs_l.html │ │ │ ├── globals_defs_m.html │ │ │ ├── globals_defs_n.html │ │ │ ├── globals_defs_o.html │ │ │ ├── globals_defs_p.html │ │ │ ├── globals_defs_r.html │ │ │ ├── globals_defs_s.html │ │ │ ├── globals_defs_t.html │ │ │ ├── globals_defs_v.html │ │ │ ├── globals_e.html │ │ │ ├── globals_f.html │ │ │ ├── globals_func.html │ │ │ ├── globals_g.html │ │ │ ├── globals_h.html │ │ │ ├── globals_i.html │ │ │ ├── globals_j.html │ │ │ ├── globals_k.html │ │ │ ├── globals_l.html │ │ │ ├── globals_m.html │ │ │ ├── globals_n.html │ │ │ ├── globals_o.html │ │ │ ├── globals_p.html │ │ │ ├── globals_r.html │ │ │ ├── globals_s.html │ │ │ ├── globals_t.html │ │ │ ├── globals_type.html │ │ │ ├── globals_v.html │ │ │ ├── globals_w.html │ │ │ ├── group__buttons.html │ │ │ ├── group__context.html │ │ │ ├── group__errors.html │ │ │ ├── group__init.html │ │ │ ├── group__input.html │ │ │ ├── group__joysticks.html │ │ │ ├── group__keys.html │ │ │ ├── group__mods.html │ │ │ ├── group__monitor.html │ │ │ ├── group__native.html │ │ │ ├── group__shapes.html │ │ │ ├── group__vulkan.html │ │ │ ├── group__window.html │ │ │ ├── index.html │ │ │ ├── input_8dox.html │ │ │ ├── input_guide.html │ │ │ ├── intro_8dox.html │ │ │ ├── intro_guide.html │ │ │ ├── jquery.js │ │ │ ├── main_8dox.html │ │ │ ├── modules.html │ │ │ ├── monitor_8dox.html │ │ │ ├── monitor_guide.html │ │ │ ├── moving_8dox.html │ │ │ ├── moving_guide.html │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── news.html │ │ │ ├── news_8dox.html │ │ │ ├── open.png │ │ │ ├── pages.html │ │ │ ├── quick_8dox.html │ │ │ ├── quick_guide.html │ │ │ ├── search │ │ │ ├── all_0.html │ │ │ ├── all_0.js │ │ │ ├── all_1.html │ │ │ ├── all_1.js │ │ │ ├── all_2.html │ │ │ ├── all_2.js │ │ │ ├── all_3.html │ │ │ ├── all_3.js │ │ │ ├── all_4.html │ │ │ ├── all_4.js │ │ │ ├── all_5.html │ │ │ ├── all_5.js │ │ │ ├── all_6.html │ │ │ ├── all_6.js │ │ │ ├── all_7.html │ │ │ ├── all_7.js │ │ │ ├── all_8.html │ │ │ ├── all_8.js │ │ │ ├── all_9.html │ │ │ ├── all_9.js │ │ │ ├── all_a.html │ │ │ ├── all_a.js │ │ │ ├── all_b.html │ │ │ ├── all_b.js │ │ │ ├── all_c.html │ │ │ ├── all_c.js │ │ │ ├── all_d.html │ │ │ ├── all_d.js │ │ │ ├── all_e.html │ │ │ ├── all_e.js │ │ │ ├── all_f.html │ │ │ ├── all_f.js │ │ │ ├── classes_0.html │ │ │ ├── classes_0.js │ │ │ ├── close.png │ │ │ ├── defines_0.html │ │ │ ├── defines_0.js │ │ │ ├── files_0.html │ │ │ ├── files_0.js │ │ │ ├── files_1.html │ │ │ ├── files_1.js │ │ │ ├── files_2.html │ │ │ ├── files_2.js │ │ │ ├── files_3.html │ │ │ ├── files_3.js │ │ │ ├── files_4.html │ │ │ ├── files_4.js │ │ │ ├── files_5.html │ │ │ ├── files_5.js │ │ │ ├── files_6.html │ │ │ ├── files_6.js │ │ │ ├── files_7.html │ │ │ ├── files_7.js │ │ │ ├── files_8.html │ │ │ ├── files_8.js │ │ │ ├── functions_0.html │ │ │ ├── functions_0.js │ │ │ ├── groups_0.html │ │ │ ├── groups_0.js │ │ │ ├── groups_1.html │ │ │ ├── groups_1.js │ │ │ ├── groups_2.html │ │ │ ├── groups_2.js │ │ │ ├── groups_3.html │ │ │ ├── groups_3.js │ │ │ ├── groups_4.html │ │ │ ├── groups_4.js │ │ │ ├── groups_5.html │ │ │ ├── groups_5.js │ │ │ ├── groups_6.html │ │ │ ├── groups_6.js │ │ │ ├── groups_7.html │ │ │ ├── groups_7.js │ │ │ ├── groups_8.html │ │ │ ├── groups_8.js │ │ │ ├── groups_9.html │ │ │ ├── groups_9.js │ │ │ ├── mag_sel.png │ │ │ ├── nomatches.html │ │ │ ├── pages_0.html │ │ │ ├── pages_0.js │ │ │ ├── pages_1.html │ │ │ ├── pages_1.js │ │ │ ├── pages_2.html │ │ │ ├── pages_2.js │ │ │ ├── pages_3.html │ │ │ ├── pages_3.js │ │ │ ├── pages_4.html │ │ │ ├── pages_4.js │ │ │ ├── pages_5.html │ │ │ ├── pages_5.js │ │ │ ├── pages_6.html │ │ │ ├── pages_6.js │ │ │ ├── pages_7.html │ │ │ ├── pages_7.js │ │ │ ├── pages_8.html │ │ │ ├── pages_8.js │ │ │ ├── search.css │ │ │ ├── search.js │ │ │ ├── search_l.png │ │ │ ├── search_m.png │ │ │ ├── search_r.png │ │ │ ├── searchdata.js │ │ │ ├── typedefs_0.html │ │ │ ├── typedefs_0.js │ │ │ ├── variables_0.html │ │ │ ├── variables_0.js │ │ │ ├── variables_1.html │ │ │ ├── variables_1.js │ │ │ ├── variables_2.html │ │ │ ├── variables_2.js │ │ │ ├── variables_3.html │ │ │ ├── variables_3.js │ │ │ ├── variables_4.html │ │ │ ├── variables_4.js │ │ │ ├── variables_5.html │ │ │ ├── variables_5.js │ │ │ ├── variables_6.html │ │ │ └── variables_6.js │ │ │ ├── spaces.svg │ │ │ ├── splitbar.png │ │ │ ├── structGLFWgammaramp.html │ │ │ ├── structGLFWimage.html │ │ │ ├── structGLFWvidmode.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── tabs.css │ │ │ ├── vulkan_8dox.html │ │ │ ├── vulkan_guide.html │ │ │ ├── window_8dox.html │ │ │ └── window_guide.html │ ├── include │ │ └── GLFW │ │ │ ├── glfw3.h │ │ │ └── glfw3native.h │ ├── lib-mingw-w64 │ │ ├── glfw3.dll │ │ ├── libglfw3.a │ │ └── libglfw3dll.a │ ├── lib-vc2012 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib │ ├── lib-vc2013 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib │ └── lib-vc2015 │ │ ├── glfw3.dll │ │ ├── glfw3.lib │ │ └── glfw3dll.lib ├── Nano │ ├── fontstash.h │ ├── nanovg.c │ ├── nanovg.h │ ├── nanovg_gl.h │ ├── nanovg_gl_utils.h │ ├── stb_image.h │ └── stb_truetype.h └── OpenAL │ ├── my_built_libraries │ └── debug │ │ └── OpenAL │ │ ├── OpenAL32.dll │ │ ├── OpenAL32.exp │ │ ├── OpenAL32.lib │ │ ├── alrecord.exe │ │ ├── altonegen.exe │ │ ├── common.lib │ │ ├── ex-common.lib │ │ └── openal-info.exe │ └── my_library_includes │ ├── AL │ ├── COPYING │ ├── License is in the COPYING file │ ├── al.h │ ├── alc.h │ ├── alext.h │ ├── efx-creative.h │ ├── efx-presets.h │ └── efx.h │ ├── AudioFile │ ├── AudioFile.h │ └── AudioFile_LICENSE │ └── dr_lib │ ├── README.md │ ├── dr_flac.h │ ├── dr_mp3.h │ ├── dr_wav.h │ └── licenses_at_end_of_header_files__publicdomain_or_mit_for_drwav.txt ├── LICENSE ├── MARIORPG ├── Debug │ ├── OpenAL32.dll │ ├── PF POO.exe │ ├── PF POO.pdb │ └── glew32.dll ├── PF POO.VC.db ├── PF POO.sdf ├── PF POO.sln ├── PF POO.v12.suo └── PF POO │ ├── Animations.cpp │ ├── Animations.h │ ├── BMPLoader.cpp │ ├── BMPLoader.h │ ├── Billboard.h │ ├── Camera.h │ ├── EDXFramework.h │ ├── Example.cpp │ ├── FPSCounter.cpp │ ├── FPSCounter.h │ ├── FileManager.cpp │ ├── FileManager.h │ ├── Fog.h │ ├── FogEs.h │ ├── GamePadRR.h │ ├── Geometrias.h │ ├── Imagenes.h │ ├── Main.cpp │ ├── Model.cpp │ ├── Model.h │ ├── OpenMove.cpp │ ├── OpenMove.h │ ├── PF POO.APS │ ├── PF POO.rc │ ├── PF POO.vcxproj │ ├── PF POO.vcxproj.filters │ ├── PF POO.vcxproj.user │ ├── Particle.h │ ├── Scene.h │ ├── ShaderDemo.h │ ├── SkyDome.h │ ├── Terrain.h │ ├── TerrainEx.h │ ├── VectorRR.h │ ├── Water.h │ ├── customOpenALSoft.cpp │ ├── customOpenALSoft.h │ ├── dr_wav_impl.c │ ├── fonts │ ├── NotoEmoji-Regular.ttf │ ├── Roboto-Bold.ttf │ ├── Roboto-Light.ttf │ └── Roboto-Regular.ttf │ ├── glew.h │ ├── glew32.dll │ ├── glew32.lib │ ├── glm.cpp │ ├── glm.h │ ├── gltext.h │ ├── gltext_example.cpp │ ├── images │ ├── Alga1.png │ ├── Altura2.bmp │ ├── Arenatex1.jpg │ ├── Coral2.png │ ├── MarioGrass.jpg │ ├── Skymario.jpg │ ├── TierraTex2.jpg │ ├── Water_Texture1.jpg │ ├── cuadricula.jpg │ ├── grass.png │ ├── grass2.png │ ├── grass3.png │ ├── grass4.png │ ├── grass5.png │ ├── grass6.png │ ├── grass7.png │ ├── grass7alt.png │ ├── nubes.jpg │ ├── terrenoplano.bmp │ └── texterr.jpg │ ├── models │ ├── Arrow │ │ ├── Arrow.mtl │ │ ├── Arrow.obj │ │ └── ArrowMAP.bmp │ ├── Billboards │ │ ├── BillboardRed.mtl │ │ ├── BillboardRed.obj │ │ ├── PanelBase.psd │ │ ├── PanelBase2.psd │ │ ├── billboardBoo.bmp │ │ ├── billboardRed.bmp │ │ └── billboardYoshi.bmp │ ├── Boo │ │ ├── Boo.mtl │ │ ├── Boo.obj │ │ ├── boo1.bmp │ │ ├── boo1.png │ │ ├── boo2.bmp │ │ └── boo2.png │ ├── Botones │ │ ├── Boton.mtl │ │ ├── Boton.obj │ │ ├── botonB.bmp │ │ └── botonX.bmp │ ├── Bowser │ │ ├── BowsSS00.bmp │ │ ├── BowsSS00.png │ │ ├── BowsSS01.bmp │ │ ├── BowsSS01.png │ │ ├── Bowser Acomodo.max │ │ ├── Bowser.max │ │ ├── Bowser.mtl │ │ ├── Bowser.obj │ │ ├── BrazosBowser.mtl │ │ ├── BrazosBowser.obj │ │ ├── OjosBowser.mtl │ │ └── OjosBowser.obj │ ├── Characters │ │ ├── Characters_Base.max │ │ ├── Characters_MoveO.max │ │ ├── Characters_MoveT.max │ │ ├── MarioPrin1.mtl │ │ ├── MarioPrin1.obj │ │ ├── MarioPrin2.mtl │ │ ├── MarioPrin2.obj │ │ ├── MarioPrin3.mtl │ │ ├── MarioPrin3.obj │ │ ├── mario_main.bmp │ │ └── mario_main.png │ ├── Coin │ │ ├── coin.mtl │ │ ├── coin.obj │ │ ├── dl_itembell_alb.bmp │ │ └── dl_itembell_alb.png │ ├── Cursor │ │ ├── Cursor.mtl │ │ ├── Cursor.obj │ │ └── Cursor_texture.bmp │ ├── Egg │ │ ├── YoshSS00.bmp │ │ ├── YoshSS00.png │ │ ├── egg.mtl │ │ └── egg.obj │ ├── Flower │ │ ├── Flower.mtl │ │ ├── Flower.obj │ │ ├── tex_0x4f00.bmp │ │ └── tex_0x4f00.png │ ├── Muss │ │ ├── Hongo.mtl │ │ ├── Hongo.obj │ │ ├── t0081_0.bmp │ │ └── t0081_0.png │ ├── Piranha_Plant │ │ ├── piranhaplant.mtl │ │ ├── piranhaplant.obj │ │ ├── piranhaplantmouth.mtl │ │ ├── piranhaplantmouth.obj │ │ ├── t0048_0.bmp │ │ └── t0048_0.png │ ├── Pulg │ │ ├── Pulg.mtl │ │ ├── Pulg.obj │ │ ├── enemy_xx01_Chorobon_dif.png │ │ └── pulg_texture.bmp │ ├── Scene_Castle │ │ ├── Castle.mtl │ │ ├── Castle.obj │ │ ├── CastleAtlas_lit.bmp │ │ ├── Castle_Grass.mtl │ │ ├── Castle_Grass.obj │ │ ├── Castle_Tree.mtl │ │ ├── Castle_Tree.obj │ │ ├── Castle_Windows.mtl │ │ ├── Castle_Windows.obj │ │ ├── GardenAtlasEDIT.bmp │ │ ├── PeachCastleEditRpg.max │ │ ├── SKYBOX_sphere.jpg │ │ ├── TreeAtlas.bmp │ │ ├── Windows.bmp │ │ └── Windows.png │ ├── Star │ │ ├── Star.mtl │ │ ├── Star.obj │ │ ├── tex_0x2680.bmp │ │ └── tex_0x2680.png │ └── Thwomp │ │ ├── 11AAB7D7_c.bmp │ │ ├── Thwomp.mtl │ │ └── Thwomp.obj │ ├── nanovg.c │ ├── resources.h │ ├── shaders │ ├── basic.frag │ └── basic.vert │ └── sounds │ ├── TestSound.wav │ └── TestSound_Mono.wav ├── PF POO.v12.suo ├── README.md └── images ├── RPGMario.png ├── Screen01_MarioRPG.JPG ├── Screen02_MarioRPG.JPG ├── Screen03_MarioRPG.JPG ├── Screen04_MarioRPG.JPG ├── Screen05_MarioRPG.JPG └── Screen06_MarioRPG.JPG /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/.gitignore -------------------------------------------------------------------------------- /External Resources/GLEW/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/LICENSE.txt -------------------------------------------------------------------------------- /External Resources/GLEW/bin/Release/Win32/glew32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/bin/Release/Win32/glew32.dll -------------------------------------------------------------------------------- /External Resources/GLEW/bin/Release/Win32/glewinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/bin/Release/Win32/glewinfo.exe -------------------------------------------------------------------------------- /External Resources/GLEW/bin/Release/Win32/visualinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/bin/Release/Win32/visualinfo.exe -------------------------------------------------------------------------------- /External Resources/GLEW/bin/Release/x64/glew32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/bin/Release/x64/glew32.dll -------------------------------------------------------------------------------- /External Resources/GLEW/bin/Release/x64/glewinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/bin/Release/x64/glewinfo.exe -------------------------------------------------------------------------------- /External Resources/GLEW/bin/Release/x64/visualinfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/bin/Release/x64/visualinfo.exe -------------------------------------------------------------------------------- /External Resources/GLEW/doc/advanced.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/advanced.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/basic.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/build.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/credits.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/github.png -------------------------------------------------------------------------------- /External Resources/GLEW/doc/glew.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/glew.css -------------------------------------------------------------------------------- /External Resources/GLEW/doc/glew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/glew.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/glew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/glew.png -------------------------------------------------------------------------------- /External Resources/GLEW/doc/glew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/glew.txt -------------------------------------------------------------------------------- /External Resources/GLEW/doc/glxew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/glxew.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/gpl.txt -------------------------------------------------------------------------------- /External Resources/GLEW/doc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/index.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/install.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/install.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/khronos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/khronos.txt -------------------------------------------------------------------------------- /External Resources/GLEW/doc/log.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/log.html -------------------------------------------------------------------------------- /External Resources/GLEW/doc/mesa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/mesa.txt -------------------------------------------------------------------------------- /External Resources/GLEW/doc/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/new.png -------------------------------------------------------------------------------- /External Resources/GLEW/doc/ogl_sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/ogl_sm.jpg -------------------------------------------------------------------------------- /External Resources/GLEW/doc/travis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/travis.png -------------------------------------------------------------------------------- /External Resources/GLEW/doc/wglew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/doc/wglew.html -------------------------------------------------------------------------------- /External Resources/GLEW/include/GL/eglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/include/GL/eglew.h -------------------------------------------------------------------------------- /External Resources/GLEW/include/GL/glew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/include/GL/glew.h -------------------------------------------------------------------------------- /External Resources/GLEW/include/GL/glxew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/include/GL/glxew.h -------------------------------------------------------------------------------- /External Resources/GLEW/include/GL/wglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/include/GL/wglew.h -------------------------------------------------------------------------------- /External Resources/GLEW/lib/Release/Win32/glew32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/lib/Release/Win32/glew32.lib -------------------------------------------------------------------------------- /External Resources/GLEW/lib/Release/Win32/glew32s.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/lib/Release/Win32/glew32s.lib -------------------------------------------------------------------------------- /External Resources/GLEW/lib/Release/x64/glew32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/lib/Release/x64/glew32.lib -------------------------------------------------------------------------------- /External Resources/GLEW/lib/Release/x64/glew32s.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLEW/lib/Release/x64/glew32s.lib -------------------------------------------------------------------------------- /External Resources/GLFW/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/COPYING.txt -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/annotated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/annotated.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/arrowdown.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/arrowright.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/bc_s.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/bdwn.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/bug.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/build_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/build_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/build_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/build_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/classes.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/closed.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/compat_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/compat_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/compat_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/compat_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/compile_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/compile_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/compile_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/compile_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/context_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/context_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/context_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/context_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/dir_1f12d41534b9d9c99a183e145b58d6f3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/dir_1f12d41534b9d9c99a183e145b58d6f3.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/dir_351f617146de9499414a6c099ebbe0ca.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/dir_351f617146de9499414a6c099ebbe0ca.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/dir_4bcf8e981abe5adb811ce4f57d70c9af.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/dir_4bcf8e981abe5adb811ce4f57d70c9af.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/doc.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/doxygen.css -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/doxygen.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/dynsections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/dynsections.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/extra.css -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/files.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/folderclosed.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/folderopen.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/functions.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/functions_vars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/functions_vars.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/glfw3_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/glfw3_8h.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/glfw3_8h_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/glfw3_8h_source.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/glfw3native_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/glfw3native_8h.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/glfw3native_8h_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/glfw3native_8h_source.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_b.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_c.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_d.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_b.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_c.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_d.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_e.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_f.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_g.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_g.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_h.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_i.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_i.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_j.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_j.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_k.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_k.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_l.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_l.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_m.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_m.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_n.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_n.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_o.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_o.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_p.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_p.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_r.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_r.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_s.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_s.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_t.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_t.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_defs_v.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_defs_v.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_e.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_f.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_func.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_func.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_g.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_g.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_h.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_i.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_i.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_j.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_j.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_k.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_k.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_l.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_l.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_m.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_m.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_n.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_n.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_o.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_o.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_p.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_p.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_r.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_r.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_s.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_s.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_t.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_t.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_type.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_v.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_v.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/globals_w.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/globals_w.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__buttons.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__context.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__context.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__errors.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__init.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__init.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__input.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__joysticks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__joysticks.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__keys.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__keys.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__mods.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__mods.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__monitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__monitor.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__native.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__native.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__shapes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__shapes.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__vulkan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__vulkan.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/group__window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/group__window.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/index.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/input_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/input_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/input_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/input_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/intro_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/intro_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/intro_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/intro_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/jquery.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/main_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/main_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/modules.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/monitor_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/monitor_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/monitor_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/monitor_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/moving_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/moving_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/moving_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/moving_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/nav_f.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/nav_g.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/nav_h.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/news.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/news.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/news_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/news_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/open.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/pages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/pages.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/quick_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/quick_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/quick_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/quick_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_1.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_1.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_2.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_2.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_3.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_3.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_4.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_4.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_5.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_5.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_6.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_6.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_7.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_7.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_8.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_8.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_9.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_9.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_a.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_a.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_b.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_b.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_c.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_c.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_d.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_d.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_e.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_e.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_f.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/all_f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/all_f.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/classes_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/classes_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/classes_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/classes_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/close.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/defines_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/defines_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/defines_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/defines_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_1.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_1.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_2.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_2.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_3.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_3.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_4.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_4.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_5.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_5.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_6.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_6.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_7.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_7.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_8.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/files_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/files_8.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/functions_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/functions_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/functions_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/functions_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_1.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_1.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_2.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_2.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_3.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_3.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_4.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_4.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_5.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_5.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_6.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_6.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_7.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_7.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_8.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_8.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_9.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/groups_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/groups_9.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/mag_sel.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/nomatches.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/nomatches.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_1.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_1.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_2.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_2.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_3.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_3.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_4.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_4.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_5.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_5.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_6.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_6.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_7.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_7.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_8.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/pages_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/pages_8.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/search.css -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/search.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/search_l.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/search_m.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/search_r.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/searchdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/searchdata.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/typedefs_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/typedefs_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/typedefs_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/typedefs_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_0.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_0.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_1.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_1.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_2.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_2.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_3.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_3.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_4.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_4.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_5.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_5.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_6.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/search/variables_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/search/variables_6.js -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/spaces.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/spaces.svg -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/splitbar.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/structGLFWgammaramp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/structGLFWgammaramp.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/structGLFWimage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/structGLFWimage.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/structGLFWvidmode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/structGLFWvidmode.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/sync_off.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/sync_on.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/tab_a.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/tab_b.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/tab_h.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/tab_s.png -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/tabs.css -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/vulkan_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/vulkan_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/vulkan_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/vulkan_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/window_8dox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/window_8dox.html -------------------------------------------------------------------------------- /External Resources/GLFW/docs/html/window_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/docs/html/window_guide.html -------------------------------------------------------------------------------- /External Resources/GLFW/include/GLFW/glfw3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/include/GLFW/glfw3.h -------------------------------------------------------------------------------- /External Resources/GLFW/include/GLFW/glfw3native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/include/GLFW/glfw3native.h -------------------------------------------------------------------------------- /External Resources/GLFW/lib-mingw-w64/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-mingw-w64/glfw3.dll -------------------------------------------------------------------------------- /External Resources/GLFW/lib-mingw-w64/libglfw3.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-mingw-w64/libglfw3.a -------------------------------------------------------------------------------- /External Resources/GLFW/lib-mingw-w64/libglfw3dll.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-mingw-w64/libglfw3dll.a -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2012/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2012/glfw3.dll -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2012/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2012/glfw3.lib -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2012/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2012/glfw3dll.lib -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2013/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2013/glfw3.dll -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2013/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2013/glfw3.lib -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2013/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2013/glfw3dll.lib -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2015/glfw3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2015/glfw3.dll -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2015/glfw3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2015/glfw3.lib -------------------------------------------------------------------------------- /External Resources/GLFW/lib-vc2015/glfw3dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/GLFW/lib-vc2015/glfw3dll.lib -------------------------------------------------------------------------------- /External Resources/Nano/fontstash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/Nano/fontstash.h -------------------------------------------------------------------------------- /External Resources/Nano/nanovg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/Nano/nanovg.c -------------------------------------------------------------------------------- /External Resources/Nano/nanovg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/Nano/nanovg.h -------------------------------------------------------------------------------- /External Resources/Nano/nanovg_gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/Nano/nanovg_gl.h -------------------------------------------------------------------------------- /External Resources/Nano/nanovg_gl_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/Nano/nanovg_gl_utils.h -------------------------------------------------------------------------------- /External Resources/Nano/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/Nano/stb_image.h -------------------------------------------------------------------------------- /External Resources/Nano/stb_truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/Nano/stb_truetype.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/OpenAL32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/OpenAL32.dll -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/OpenAL32.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/OpenAL32.exp -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/OpenAL32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/OpenAL32.lib -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/alrecord.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/alrecord.exe -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/altonegen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/altonegen.exe -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/common.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/common.lib -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/ex-common.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/ex-common.lib -------------------------------------------------------------------------------- /External Resources/OpenAL/my_built_libraries/debug/OpenAL/openal-info.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_built_libraries/debug/OpenAL/openal-info.exe -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AL/COPYING -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/License is in the COPYING file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/al.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AL/al.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/alc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AL/alc.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/alext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AL/alext.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/efx-creative.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AL/efx-creative.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/efx-presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AL/efx-presets.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AL/efx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AL/efx.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AudioFile/AudioFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AudioFile/AudioFile.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/AudioFile/AudioFile_LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/AudioFile/AudioFile_LICENSE -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/dr_lib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/dr_lib/README.md -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/dr_lib/dr_flac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/dr_lib/dr_flac.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/dr_lib/dr_mp3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/dr_lib/dr_mp3.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/dr_lib/dr_wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/External Resources/OpenAL/my_library_includes/dr_lib/dr_wav.h -------------------------------------------------------------------------------- /External Resources/OpenAL/my_library_includes/dr_lib/licenses_at_end_of_header_files__publicdomain_or_mit_for_drwav.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/LICENSE -------------------------------------------------------------------------------- /MARIORPG/Debug/OpenAL32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/Debug/OpenAL32.dll -------------------------------------------------------------------------------- /MARIORPG/Debug/PF POO.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/Debug/PF POO.exe -------------------------------------------------------------------------------- /MARIORPG/Debug/PF POO.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/Debug/PF POO.pdb -------------------------------------------------------------------------------- /MARIORPG/Debug/glew32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/Debug/glew32.dll -------------------------------------------------------------------------------- /MARIORPG/PF POO.VC.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO.VC.db -------------------------------------------------------------------------------- /MARIORPG/PF POO.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO.sdf -------------------------------------------------------------------------------- /MARIORPG/PF POO.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO.sln -------------------------------------------------------------------------------- /MARIORPG/PF POO.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO.v12.suo -------------------------------------------------------------------------------- /MARIORPG/PF POO/Animations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Animations.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/Animations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Animations.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/BMPLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/BMPLoader.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/BMPLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/BMPLoader.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Billboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Billboard.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Camera.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/EDXFramework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/EDXFramework.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Example.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MARIORPG/PF POO/FPSCounter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/FPSCounter.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/FPSCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/FPSCounter.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/FileManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/FileManager.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/FileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/FileManager.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Fog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Fog.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/FogEs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/FogEs.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/GamePadRR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/GamePadRR.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Geometrias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Geometrias.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Imagenes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Imagenes.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Main.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/Model.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Model.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/Model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Model.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/OpenMove.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/OpenMove.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/OpenMove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/OpenMove.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/PF POO.APS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/PF POO.APS -------------------------------------------------------------------------------- /MARIORPG/PF POO/PF POO.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/PF POO.rc -------------------------------------------------------------------------------- /MARIORPG/PF POO/PF POO.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/PF POO.vcxproj -------------------------------------------------------------------------------- /MARIORPG/PF POO/PF POO.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/PF POO.vcxproj.filters -------------------------------------------------------------------------------- /MARIORPG/PF POO/PF POO.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/PF POO.vcxproj.user -------------------------------------------------------------------------------- /MARIORPG/PF POO/Particle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Particle.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Scene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Scene.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/ShaderDemo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/ShaderDemo.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/SkyDome.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/SkyDome.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Terrain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Terrain.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/TerrainEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/TerrainEx.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/VectorRR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/VectorRR.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/Water.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/Water.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/customOpenALSoft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/customOpenALSoft.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/customOpenALSoft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/customOpenALSoft.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/dr_wav_impl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/dr_wav_impl.c -------------------------------------------------------------------------------- /MARIORPG/PF POO/fonts/NotoEmoji-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/fonts/NotoEmoji-Regular.ttf -------------------------------------------------------------------------------- /MARIORPG/PF POO/fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /MARIORPG/PF POO/fonts/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/fonts/Roboto-Light.ttf -------------------------------------------------------------------------------- /MARIORPG/PF POO/fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /MARIORPG/PF POO/glew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/glew.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/glew32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/glew32.dll -------------------------------------------------------------------------------- /MARIORPG/PF POO/glew32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/glew32.lib -------------------------------------------------------------------------------- /MARIORPG/PF POO/glm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/glm.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/glm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/glm.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/gltext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/gltext.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/gltext_example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/gltext_example.cpp -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/Alga1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/Alga1.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/Altura2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/Altura2.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/Arenatex1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/Arenatex1.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/Coral2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/Coral2.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/MarioGrass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/MarioGrass.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/Skymario.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/Skymario.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/TierraTex2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/TierraTex2.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/Water_Texture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/Water_Texture1.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/cuadricula.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/cuadricula.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass2.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass3.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass4.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass5.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass6.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass7.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/grass7alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/grass7alt.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/nubes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/nubes.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/terrenoplano.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/terrenoplano.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/images/texterr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/images/texterr.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Arrow/Arrow.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Arrow/Arrow.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Arrow/Arrow.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Arrow/Arrow.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Arrow/ArrowMAP.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Arrow/ArrowMAP.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Billboards/BillboardRed.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Billboards/BillboardRed.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Billboards/BillboardRed.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Billboards/BillboardRed.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Billboards/PanelBase.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Billboards/PanelBase.psd -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Billboards/PanelBase2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Billboards/PanelBase2.psd -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Billboards/billboardBoo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Billboards/billboardBoo.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Billboards/billboardRed.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Billboards/billboardRed.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Billboards/billboardYoshi.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Billboards/billboardYoshi.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Boo/Boo.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Boo/Boo.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Boo/Boo.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Boo/Boo.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Boo/boo1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Boo/boo1.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Boo/boo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Boo/boo1.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Boo/boo2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Boo/boo2.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Boo/boo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Boo/boo2.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Botones/Boton.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Botones/Boton.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Botones/Boton.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Botones/Boton.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Botones/botonB.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Botones/botonB.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Botones/botonX.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Botones/botonX.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/BowsSS00.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/BowsSS00.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/BowsSS00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/BowsSS00.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/BowsSS01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/BowsSS01.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/BowsSS01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/BowsSS01.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/Bowser Acomodo.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/Bowser Acomodo.max -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/Bowser.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/Bowser.max -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/Bowser.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/Bowser.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/Bowser.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/Bowser.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/BrazosBowser.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/BrazosBowser.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/BrazosBowser.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/BrazosBowser.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/OjosBowser.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/OjosBowser.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Bowser/OjosBowser.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Bowser/OjosBowser.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/Characters_Base.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/Characters_Base.max -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/Characters_MoveO.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/Characters_MoveO.max -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/Characters_MoveT.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/Characters_MoveT.max -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/MarioPrin1.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/MarioPrin1.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/MarioPrin1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/MarioPrin1.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/MarioPrin2.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/MarioPrin2.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/MarioPrin2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/MarioPrin2.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/MarioPrin3.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/MarioPrin3.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/MarioPrin3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/MarioPrin3.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/mario_main.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/mario_main.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Characters/mario_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Characters/mario_main.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Coin/coin.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Coin/coin.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Coin/coin.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Coin/coin.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Coin/dl_itembell_alb.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Coin/dl_itembell_alb.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Coin/dl_itembell_alb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Coin/dl_itembell_alb.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Cursor/Cursor.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Cursor/Cursor.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Cursor/Cursor.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Cursor/Cursor.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Cursor/Cursor_texture.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Cursor/Cursor_texture.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Egg/YoshSS00.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Egg/YoshSS00.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Egg/YoshSS00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Egg/YoshSS00.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Egg/egg.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Egg/egg.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Egg/egg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Egg/egg.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Flower/Flower.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Flower/Flower.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Flower/Flower.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Flower/Flower.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Flower/tex_0x4f00.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Flower/tex_0x4f00.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Flower/tex_0x4f00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Flower/tex_0x4f00.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Muss/Hongo.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Muss/Hongo.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Muss/Hongo.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Muss/Hongo.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Muss/t0081_0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Muss/t0081_0.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Muss/t0081_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Muss/t0081_0.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Piranha_Plant/piranhaplant.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Piranha_Plant/piranhaplant.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Piranha_Plant/piranhaplant.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Piranha_Plant/piranhaplant.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Piranha_Plant/piranhaplantmouth.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Piranha_Plant/piranhaplantmouth.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Piranha_Plant/piranhaplantmouth.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Piranha_Plant/piranhaplantmouth.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Piranha_Plant/t0048_0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Piranha_Plant/t0048_0.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Piranha_Plant/t0048_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Piranha_Plant/t0048_0.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Pulg/Pulg.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Pulg/Pulg.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Pulg/Pulg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Pulg/Pulg.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Pulg/enemy_xx01_Chorobon_dif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Pulg/enemy_xx01_Chorobon_dif.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Pulg/pulg_texture.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Pulg/pulg_texture.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/CastleAtlas_lit.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/CastleAtlas_lit.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle_Grass.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle_Grass.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle_Grass.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle_Grass.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle_Tree.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle_Tree.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle_Tree.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle_Tree.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle_Windows.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle_Windows.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Castle_Windows.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Castle_Windows.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/GardenAtlasEDIT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/GardenAtlasEDIT.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/PeachCastleEditRpg.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/PeachCastleEditRpg.max -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/SKYBOX_sphere.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/SKYBOX_sphere.jpg -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/TreeAtlas.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/TreeAtlas.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Windows.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Windows.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Scene_Castle/Windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Scene_Castle/Windows.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Star/Star.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Star/Star.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Star/Star.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Star/Star.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Star/tex_0x2680.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Star/tex_0x2680.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Star/tex_0x2680.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Star/tex_0x2680.png -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Thwomp/11AAB7D7_c.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Thwomp/11AAB7D7_c.bmp -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Thwomp/Thwomp.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Thwomp/Thwomp.mtl -------------------------------------------------------------------------------- /MARIORPG/PF POO/models/Thwomp/Thwomp.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/models/Thwomp/Thwomp.obj -------------------------------------------------------------------------------- /MARIORPG/PF POO/nanovg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/nanovg.c -------------------------------------------------------------------------------- /MARIORPG/PF POO/resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/resources.h -------------------------------------------------------------------------------- /MARIORPG/PF POO/shaders/basic.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/shaders/basic.frag -------------------------------------------------------------------------------- /MARIORPG/PF POO/shaders/basic.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/shaders/basic.vert -------------------------------------------------------------------------------- /MARIORPG/PF POO/sounds/TestSound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/sounds/TestSound.wav -------------------------------------------------------------------------------- /MARIORPG/PF POO/sounds/TestSound_Mono.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/MARIORPG/PF POO/sounds/TestSound_Mono.wav -------------------------------------------------------------------------------- /PF POO.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/PF POO.v12.suo -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/README.md -------------------------------------------------------------------------------- /images/RPGMario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/images/RPGMario.png -------------------------------------------------------------------------------- /images/Screen01_MarioRPG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/images/Screen01_MarioRPG.JPG -------------------------------------------------------------------------------- /images/Screen02_MarioRPG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/images/Screen02_MarioRPG.JPG -------------------------------------------------------------------------------- /images/Screen03_MarioRPG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/images/Screen03_MarioRPG.JPG -------------------------------------------------------------------------------- /images/Screen04_MarioRPG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/images/Screen04_MarioRPG.JPG -------------------------------------------------------------------------------- /images/Screen05_MarioRPG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/images/Screen05_MarioRPG.JPG -------------------------------------------------------------------------------- /images/Screen06_MarioRPG.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deathmajorasmask/MarioRPG-OpenGL/HEAD/images/Screen06_MarioRPG.JPG --------------------------------------------------------------------------------