Files
GDevelop/Extensions/ParticleSystem/ExtensionSubDeclaration2.h
T
Florian 621f3acb44 Added nearly all actions, conditions and expressions.
Corrected handling of sf::View zoom. Refactored OpenGL display code.
Textures are now correctly displayed.
All SPARK stuff have been moved to a dedicaced ParticleSystemWrapper class.
Decomposed extension declaration in 3 files as GCC is not able to compile it in one file without filling all memory ( Windows Seven / 4 GB ).


git-svn-id: svn://localhost@275 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-10-18 20:02:06 +00:00

8 lines
208 B
C++

#ifndef EXTENSIONSUBDECLARATION1_H
#define EXTENSIONSUBDECLARATION1_H
class ExtensionObjectInfos;
void ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos);
#endif // EXTENSIONSUBDECLARATION1_H