mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
621f3acb44
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
8 lines
208 B
C++
8 lines
208 B
C++
#ifndef EXTENSIONSUBDECLARATION1_H
|
|
#define EXTENSIONSUBDECLARATION1_H
|
|
|
|
class ExtensionObjectInfos;
|
|
void ExtensionSubDeclaration1(ExtensionObjectInfos & objInfos);
|
|
|
|
#endif // EXTENSIONSUBDECLARATION1_H
|