mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Code style: move or add licensing information on top of every file
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
#include "StdInc.h"
|
||||
#include "ObjectLists.h"
|
||||
|
||||
#include "../gui/CGuiHandler.h"
|
||||
#include "Buttons.h"
|
||||
|
||||
/*
|
||||
* ObjectLists.cpp, part of VCMI engine
|
||||
*
|
||||
@@ -13,6 +7,11 @@
|
||||
* Full text of license available in license.txt file, in main folder
|
||||
*
|
||||
*/
|
||||
#include "StdInc.h"
|
||||
#include "ObjectLists.h"
|
||||
|
||||
#include "../gui/CGuiHandler.h"
|
||||
#include "Buttons.h"
|
||||
|
||||
|
||||
static void intDeleter(CIntObject* object)
|
||||
|
||||
Reference in New Issue
Block a user