Font: rename Driver stuff to Engine and move subdirectory
This commit is contained in:
parent
8b96338e24
commit
5c4eea4ae1
11 changed files with 57 additions and 57 deletions
6
bam.lua
6
bam.lua
|
|
@ -154,9 +154,9 @@ local graphics_module = Module("source/Graphics", {
|
|||
"Texture.cpp",
|
||||
|
||||
-- Text
|
||||
"Font/FontDriver.cpp",
|
||||
"Font/FreeTypeDriver.cpp",
|
||||
"Font/FreeTypeError.cpp",
|
||||
"Font/Engine/FontEngine.cpp",
|
||||
"Font/Engine/FreeTypeEngine.cpp",
|
||||
"Font/Engine/FreeTypeError.cpp",
|
||||
"Font.cpp",
|
||||
"Text.cpp",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue