Move video_core/math.h to common/vector_math.h

The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
This commit is contained in:
archshift 2015-05-24 12:16:22 -07:00
parent 8a04c65e20
commit 5df2d1b5f7
9 changed files with 9 additions and 10 deletions

View file

@ -54,6 +54,7 @@ set(HEADERS
thread_queue_list.h
thunk.h
timer.h
vector_math.h
)
create_directory_groups(${SRCS} ${HEADERS})