moved headers into include and cpp files into src + logo into resource

This commit is contained in:
David Skoland 2018-12-26 16:43:08 +01:00
parent 6f1bce5882
commit 00cfd2750d
73 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -1,6 +1,6 @@
<RCC> <RCC>
<qresource prefix="/"> <qresource prefix="/">
<file>resource/fonts/Ace-Attorney.ttf</file> <file>resource/fonts/Ace-Attorney.ttf</file>
<file>logo.png</file> <file>resource/logo.png</file>
</qresource> </qresource>
</RCC> </RCC>