diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-08-06 14:19:22 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-08-06 14:19:22 +0200 |
commit | 6acddd0cad25078ae2c67e7a0eb353e9d4d100e2 (patch) | |
tree | 380eeff37562c319e6933d537e1f63e2c0fcdeb2 /src/BlockEntities/RedstonePoweredEntity.h | |
parent | Fixed multiple inhertance being output by tolua (diff) | |
download | cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.gz cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.bz2 cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.lz cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.xz cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.zst cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.zip |
Diffstat (limited to 'src/BlockEntities/RedstonePoweredEntity.h')
-rw-r--r-- | src/BlockEntities/RedstonePoweredEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/RedstonePoweredEntity.h b/src/BlockEntities/RedstonePoweredEntity.h index 7d6904442..f11df4fc4 100644 --- a/src/BlockEntities/RedstonePoweredEntity.h +++ b/src/BlockEntities/RedstonePoweredEntity.h @@ -8,6 +8,6 @@ public: virtual ~cRedstonePoweredEntity() {}; -/// Sets the internal redstone power flag to "on" or "off", depending on the parameter. Calls Activate() if appropriate + /// Sets the internal redstone power flag to "on" or "off", depending on the parameter. Calls Activate() if appropriate virtual void SetRedstonePower(bool a_IsPowered) = 0; }; |