فهرست منبع

LibGL: Rename units to all singular

Jelle Raaijmakers 2 سال پیش
والد
کامیت
07ae5514ae

+ 3 - 3
Userland/Libraries/LibGL/CMakeLists.txt

@@ -1,15 +1,15 @@
 set(SOURCES
-    ClipPlanes.cpp
+    ClipPlane.cpp
     ContextParameter.cpp
     GLAPI.cpp
     GLContext.cpp
     Lighting.cpp
-    Lists.cpp
+    List.cpp
     Matrix.cpp
     Stencil.cpp
     Tex/NameAllocator.cpp
     Tex/Texture2D.cpp
-    Textures.cpp
+    Texture.cpp
     Vertex.cpp
 )
 

+ 0 - 0
Userland/Libraries/LibGL/ClipPlanes.cpp → Userland/Libraries/LibGL/ClipPlane.cpp


+ 0 - 0
Userland/Libraries/LibGL/Lists.cpp → Userland/Libraries/LibGL/List.cpp


+ 0 - 0
Userland/Libraries/LibGL/Textures.cpp → Userland/Libraries/LibGL/Texture.cpp