mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Oops, fix CMake build
This commit is contained in:
@@ -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