diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index 91ee6f8d4a..545a89a3fd 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -24,7 +24,10 @@ files = [ 'NativeVertexFormat.cpp', 'VertexManager.cpp', 'VertexLoader.cpp', + 'VertexLoader_Color.cpp', 'VertexLoader_Normal.cpp', + 'VertexLoader_Position.cpp', + 'VertexLoader_TextCoord.cpp', 'VertexLoaderManager.cpp', 'VertexShaderManager.cpp', 'TextureConverter.cpp',