video_core: Move morton functions to their own file

This commit is contained in:
ReinUsesLisp
2018-11-24 23:53:17 -03:00
parent f7a1827aaa
commit dad3a6718e
6 changed files with 391 additions and 345 deletions

View File

@ -21,6 +21,8 @@ add_library(video_core STATIC
macro_interpreter.h
memory_manager.cpp
memory_manager.h
morton.cpp
morton.h
rasterizer_cache.cpp
rasterizer_cache.h
rasterizer_interface.h
@ -62,7 +64,6 @@ add_library(video_core STATIC
textures/decoders.cpp
textures/decoders.h
textures/texture.h
utils.h
video_core.cpp
video_core.h
)