diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-02 00:47:42 +0100 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-02 00:47:42 +0100 |
commit | 5c004e375a7c4fab9cbfeb36d63a788bbc883513 (patch) | |
tree | abedc9b67734d9e37a36894b9331ae869d3adb61 /tests/LoadablePieces | |
parent | Merge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff) | |
parent | Updated plugins with the rename to Cuberite. (diff) | |
download | cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.gz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.bz2 cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.lz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.xz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.zst cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.zip |
Diffstat (limited to 'tests/LoadablePieces')
-rw-r--r-- | tests/LoadablePieces/Stubs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/LoadablePieces/Stubs.cpp b/tests/LoadablePieces/Stubs.cpp index bd05d5ce7..5fbd7b599 100644 --- a/tests/LoadablePieces/Stubs.cpp +++ b/tests/LoadablePieces/Stubs.cpp @@ -1,8 +1,8 @@ // Stubs.cpp -// Implements stubs of various MCServer methods that are needed for linking but not for runtime -// This is required so that we don't bring in the entire MCServer via dependencies +// Implements stubs of various Cuberite methods that are needed for linking but not for runtime +// This is required so that we don't bring in the entire Cuberite via dependencies #include "Globals.h" #include "BlockInfo.h" |