diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/GameInitDispose.cpp | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp index 814eb99..9877f93 100644 --- a/src/GameInitDispose.cpp +++ b/src/GameInitDispose.cpp @@ -1,5 +1,24 @@ -#include <ctype.h> -#include <time.h> +// Game object setup and teardown +// Copyright (C) 2002 David Rosen +// Copyright (C) 2003 Ryan C. Gordon +// Copyright (C) 2003 Steven Fuller +// Copyright (C) 2003 Zachary Jack Slater +// Copyright (C) 2021 Nguyễn Gia Phong +// +// This file is part of Black Shades. +// +// Black Shades is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published +// by the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Black Shades is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Black Shades. If not, see <https://www.gnu.org/licenses/>. #include <AL/alut.h> |