1
0
forked from 0ad/0ad

Happy New Year *cough*(Years)*cough*!

Also fix some whitespace.

This was SVN commit r19110.
This commit is contained in:
Nicolas Auvray 2017-01-04 21:00:16 +00:00
parent 3c56638e8b
commit 81eb74163e
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2015 Wildfire Games.
/* Copyright (C) 2017 Wildfire Games.
* ...the usual copyright header...
*/

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2015 Wildfire Games.
/* Copyright (C) 2017 Wildfire Games.
* ...the usual copyright header...
*/

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2015 Wildfire Games.
/* Copyright (C) 2017 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -34,9 +34,9 @@ public:
*/
virtual int DoWhatever(int x, int y) = 0;
// ...
// ...
DECLARE_INTERFACE_TYPE(Example)
DECLARE_INTERFACE_TYPE(Example)
};
#endif // INCLUDED_ICMPEXAMPLE

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2015 Wildfire Games.
/* Copyright (C) 2017 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify