Move source/Irrlicht/ to src/

This commit is contained in:
Desour
2024-03-20 19:10:33 +01:00
committed by sfan5
parent 594e88bf3b
commit bcb952c3ca
182 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ f:write( "IRRLICHT_API extern OpenGLProcedures GL;\n" );
f:close();
-- Write loader implementation
f = io.open( sourceTreePath .. "/source/Irrlicht/mt_opengl_loader.cpp", "wb" );
f = io.open( sourceTreePath .. "/src/mt_opengl_loader.cpp", "wb" );
f:write[[
// This code was generated by scripts/BindingGenerator.lua
// Do not modify it, modify and run the generator instead.