Skip to content

Commit 0531801

Browse files
committed
move primitives to renderer
1 parent c1c13b1 commit 0531801

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Source/Renderer/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ sources += files(
88
'raylib/rtextures.c',
99
'raylib/rlutils.c',
1010
'GLCheck.cpp',
11+
'GraphicalPrimitive.cpp',
1112
'Draw.cpp',
1213
)

Source/System/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ sources += files(
1010
'ContentFile.cpp',
1111
'Controller.cpp',
1212
'GenericSavedData.cpp',
13-
'GraphicalPrimitive.cpp',
1413
'Writer.cpp',
1514
'Box.cpp',
1615
'Entity.cpp',

0 commit comments

Comments
 (0)