]> git.xonotic.org Git - xonotic/netradiant.git/commit
[dpkdir] introducing dpkdeps.h
authorThomas Debesse <dev@illwieckz.net>
Sat, 22 Jul 2017 19:57:34 +0000 (21:57 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sat, 29 Jul 2017 16:23:06 +0000 (18:23 +0200)
commiteff2b0557ec7fc76aafd3ac3cf48b72479302995
treee4d384f598677ac231373751415729a2de93716f
parentff58d04be4e8fed403a791736db05c76fa3adb65
[dpkdir] introducing dpkdeps.h

It was a change included in a commit by Neumond I haven't picked-up
because I disagreed with some other changes this commit introduced.

But this part is legit, it moves some DPK's DEPS file read and
version computation code to its own file. This clean-up a bit the
vfspk3 code and by the way it will be needed by future code to write
DEPS file from NetRadiant itself.

This commit is only about reorganizing code a better way.
include/CMakeLists.txt
include/dpkdeps.h [new file with mode: 0644]
plugins/vfspk3/vfs.cpp