Move document checking to a C++ header file

* It's better to edit C++ source natively not in the SWIG file, and also
  clang-format can format it.
This commit is contained in:
baldurk
2017-04-18 14:57:44 +01:00
parent b2cadbfb63
commit b8d3efdb31
6 changed files with 113 additions and 76 deletions
+2
View File
@@ -210,6 +210,8 @@ HEADERS += Code/CaptureContext.h \
Code/QRDUtils.h \
Code/Resources.h \
Code/pyrenderdoc/PythonContext.h \
Code/pyrenderdoc/pyconversion.h \
Code/pyrenderdoc/document_check.h \
Code/Interface/QRDInterface.h \
Code/Interface/CommonPipelineState.h \
Code/Interface/PersistantConfig.h \