git repos / blockattack-game

blame: source/code/levelselect.hpp

normal view · raw

c6c637cc sago007 2016-11-12 17:35 1
/*
c6c637cc sago007 2016-11-12 17:35 2
===========================================================================
c6c637cc sago007 2016-11-12 17:35 3
blockattack - Block Attack - Rise of the Blocks
c6c637cc sago007 2016-11-12 17:35 4
Copyright (C) 2005-2016 Poul Sander
c6c637cc sago007 2016-11-12 17:35 5
c6c637cc sago007 2016-11-12 17:35 6
This program is free software: you can redistribute it and/or modify
c6c637cc sago007 2016-11-12 17:35 7
it under the terms of the GNU General Public License as published by
c6c637cc sago007 2016-11-12 17:35 8
the Free Software Foundation, either version 2 of the License, or
c6c637cc sago007 2016-11-12 17:35 9
(at your option) any later version.
c6c637cc sago007 2016-11-12 17:35 10
c6c637cc sago007 2016-11-12 17:35 11
This program is distributed in the hope that it will be useful,
c6c637cc sago007 2016-11-12 17:35 12
but WITHOUT ANY WARRANTY; without even the implied warranty of
c6c637cc sago007 2016-11-12 17:35 13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
c6c637cc sago007 2016-11-12 17:35 14
GNU General Public License for more details.
c6c637cc sago007 2016-11-12 17:35 15
c6c637cc sago007 2016-11-12 17:35 16
You should have received a copy of the GNU General Public License
c6c637cc sago007 2016-11-12 17:35 17
along with this program.  If not, see http://www.gnu.org/licenses/
c6c637cc sago007 2016-11-12 17:35 18
c6c637cc sago007 2016-11-12 17:35 19
Source information and contacts persons can be found at
c6c637cc sago007 2016-11-12 17:35 20
http://www.blockattack.net
c6c637cc sago007 2016-11-12 17:35 21
===========================================================================
c6c637cc sago007 2016-11-12 17:35 22
*/
c6c637cc sago007 2016-11-12 17:35 23
c6c637cc sago007 2016-11-12 17:35 24
#ifndef LEVELSELECT_HPP
c6c637cc sago007 2016-11-12 17:35 25
#define LEVELSELECT_HPP
c6c637cc sago007 2016-11-12 17:35 26
c6c637cc sago007 2016-11-12 17:35 27
int PuzzleLevelSelect(int Type);
c6c637cc sago007 2016-11-12 17:35 28
c6c637cc sago007 2016-11-12 17:35 29
#endif /* LEVELSELECT_HPP */
c6c637cc sago007 2016-11-12 17:35 30
1970-01-01 00:00 31