diff options
author | tycho <work.tycho@gmail.com> | 2015-09-20 23:01:39 +0200 |
---|---|---|
committer | tycho <work.tycho@gmail.com> | 2015-12-18 19:13:44 +0100 |
commit | 8d087c2ea00ebdada793a03ef885faf6b22ec9d6 (patch) | |
tree | 8e05043e876c186d809b617a5102f2946e4a0928 /src/ClientAction.h | |
parent | Merge pull request #2774 from cuberite/worktycho-patch-1 (diff) | |
download | cuberite-8d087c2ea00ebdada793a03ef885faf6b22ec9d6.tar cuberite-8d087c2ea00ebdada793a03ef885faf6b22ec9d6.tar.gz cuberite-8d087c2ea00ebdada793a03ef885faf6b22ec9d6.tar.bz2 cuberite-8d087c2ea00ebdada793a03ef885faf6b22ec9d6.tar.lz cuberite-8d087c2ea00ebdada793a03ef885faf6b22ec9d6.tar.xz cuberite-8d087c2ea00ebdada793a03ef885faf6b22ec9d6.tar.zst cuberite-8d087c2ea00ebdada793a03ef885faf6b22ec9d6.zip |
Diffstat (limited to 'src/ClientAction.h')
-rw-r--r-- | src/ClientAction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ClientAction.h b/src/ClientAction.h new file mode 100644 index 000000000..444cf7f3d --- /dev/null +++ b/src/ClientAction.h @@ -0,0 +1,4 @@ + +class cClientAction +{ +}; |