Adds basic animations support to tappytux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-09-15 14:34:06 +00:00
parent e8a94cd00b
commit 5379901827
7 changed files with 226 additions and 88 deletions

View File

@@ -23,6 +23,8 @@ type
procedure TranslateTexts(ALanguage: Integer);
procedure TranslateTextsToEnglish; virtual;
procedure TranslateTextsToPortuguese; virtual;
procedure StartNewGame(); virtual; abstract;
procedure EndGame(); virtual; abstract;
end;
procedure AddModule(AModule: TTappyModule);