projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e0ba2
)
MapNode is a struct, not a class
author
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Tue, 2 Aug 2011 17:18:30 +0000
(19:18 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Fri, 5 Aug 2011 06:45:15 +0000
(08:45 +0200)
src/mapnode.h
patch
|
blob
|
history
diff --git
a/src/mapnode.h
b/src/mapnode.h
index 484ad4e196c6ef8acddd9266a543cc95cfa0feaf..389fa1c9c7f73da1587d2e6aa34709c9d4ace4af 100644
(file)
--- a/
src/mapnode.h
+++ b/
src/mapnode.h
@@
-96,7
+96,7
@@
enum LiquidType
LIQUID_SOURCE
};
-
class
MapNode;
+
struct
MapNode;
class NodeMetadata;
struct ContentFeatures