rename cmdlib and imagelib to fix name clashes

This commit is contained in:
Garux
2021-10-31 14:13:02 +03:00
parent b0b997e493
commit 522f6f907e
30 changed files with 31 additions and 71 deletions

View File

@@ -52,7 +52,7 @@
#include "stream/memstream.h"
#include "stream/textfilestream.h"
#include "stream/stringstream.h"
#include "cmdlib.h"
#include "commandlib.h"
#include "texmanip.h"
#include "textures.h"
#include "convert.h"