TONY: Added include files for graphics engine and all dependent classes
This commit is contained in:
parent
118f5ca010
commit
b0eef82972
24 changed files with 3354 additions and 23 deletions
53
engines/tony/gfxengine.cpp
Normal file
53
engines/tony/gfxengine.cpp
Normal file
|
@ -0,0 +1,53 @@
|
|||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* This program 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 2
|
||||
* of the License, or (at your option) any later version.
|
||||
|
||||
* This program 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 this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
*/
|
||||
/**************************************************************************
|
||||
* ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ *
|
||||
* Nayma Software srl *
|
||||
* e -= We create much MORE than ALL =- *
|
||||
* u- z$$$c '. ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ *
|
||||
* .d" d$$$$$b "b. *
|
||||
* .z$* d$$$$$$$L ^*$c. *
|
||||
* #$$$. $$$$$$$$$ .$$$" Project: Roasted Moths........ *
|
||||
* ^*$b 4$$$$$$$$$F .d$*" *
|
||||
* ^$$. 4$$$$$$$$$F .$P" Module: GfxEngine.CPP........ *
|
||||
* *$. '$$$$$$$$$ 4$P 4 *
|
||||
* J *$ "$$$$$$$" $P r Author: Giovanni Bajo........ *
|
||||
* z$ '$$$P*4c.*$$$*.z@*R$$$ $. *
|
||||
* z$" "" #$F^ "" '$c *
|
||||
* z$$beu .ue=" $ "=e.. .zed$$c *
|
||||
* "#$e z$*" . `. ^*Nc e$"" *
|
||||
* "$$". .r" ^4. .^$$" *
|
||||
* ^.@*"6L=\ebu^+C$"*b." *
|
||||
* "**$. "c 4$$$ J" J$P*" OS: [ ] DOS [X] WIN95 [ ] PORT *
|
||||
* ^"--.^ 9$" .--"" COMP: [ ] WATCOM [X] VISUAL C++ *
|
||||
* " [ ] EIFFEL [ ] GCC/GXX/DJGPP *
|
||||
* *
|
||||
* This source code is Copyright (C) Nayma Software. ALL RIGHTS RESERVED *
|
||||
* *
|
||||
**************************************************************************/
|
||||
|
||||
#include "tony/gfxEngine.h"
|
||||
|
||||
namespace Tony {
|
||||
|
||||
|
||||
} // End of namespace Tony
|
Loading…
Add table
Add a link
Reference in a new issue