]> git.lizzy.rs Git - minetest.git/blobdiff - src/content_cso.h
Switch F3 to use 'enable_fog' setting
[minetest.git] / src / content_cso.h
index bb4ce6100c7204ee85381ce5dfef46550d283d0f..cc92131752dc6be632e923f772d968d8d1b77937 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Minetest
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -17,14 +17,10 @@ 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
+#pragma once
 
 #include "irrlichttypes_extrabloated.h"
 #include "clientsimpleobject.h"
 
 ClientSimpleObject* createSmokePuff(scene::ISceneManager *smgr,
                ClientEnvironment *env, v3f pos, v2f size);
-
-#endif
-