aboutsummaryrefslogtreecommitdiff
path: root/textures
Commit message (Collapse)AuthorAge
* add new texturesorwell962016-06-09
|
* removed useless file couple.pngorwell962016-05-31
|
* added couple entity, removed debug outputs and fixed codeorwell962016-05-31
|
* created git repositoryorwell962016-05-29
GNU Lesser 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. */ #ifndef CONTENT_CSO_HEADER #define CONTENT_CSO_HEADER #include "irrlichttypes_extrabloated.h" #include "clientsimpleobject.h" ClientSimpleObject* createSmokePuff(scene::ISceneManager *smgr, ClientEnvironment *env, v3f pos, v2f size); #endif