mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
* Oops, fix CMake build
This commit is contained in:
@@ -92,6 +92,8 @@ add_library(reminecraftpe-core STATIC
|
||||
client/model/Model.cpp
|
||||
client/model/HumanoidModel.cpp
|
||||
client/model/Cube.cpp
|
||||
client/model/ModelPart.cpp
|
||||
client/model/QuadrupedModel.cpp
|
||||
client/player/input/ControllerTurnInput.cpp
|
||||
client/player/input/Controller.cpp
|
||||
client/player/input/Mouse.cpp
|
||||
|
||||
@@ -5,3 +5,6 @@
|
||||
The following code is licensed under the BSD 1 clause license.
|
||||
SPDX-License-Identifier: BSD-1-Clause
|
||||
********************************************************************/
|
||||
#include "QuadrupedModel.hpp"
|
||||
|
||||
|
||||
|
||||
@@ -5,3 +5,15 @@
|
||||
The following code is licensed under the BSD 1 clause license.
|
||||
SPDX-License-Identifier: BSD-1-Clause
|
||||
********************************************************************/
|
||||
#pragma off
|
||||
|
||||
#include "Model.hpp"
|
||||
|
||||
/*
|
||||
|
||||
class QuadrupedModel : public Model
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user