Skip to content

Commit 29e2042

Browse files
committed
refactor: rename to endstone_cpp_example
1 parent 4327337 commit 29e2042

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: ilammy/msvc-dev-cmd@v1
2121
with:
2222
arch: x86_64
23-
toolset: 14.3
2423

2524
- name: Set up CMake and Ninja
2625
uses: lukka/get-cmake@latest

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22

3-
project(endstone_example_cpp CXX)
3+
project(endstone_cpp_example CXX)
44

55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

src/example_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "example_plugin.h"
44

55
// The ENDSTONE_PLUGIN macro defines the metadata for the plugin.
6-
ENDSTONE_PLUGIN(/*name=*/"endstone_example_cpp", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
6+
ENDSTONE_PLUGIN(/*name=*/"endstone_cpp_example", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
77
{
88
prefix = "CppExamplePlugin";
99
description = "C++ example plugin for Endstone servers";

0 commit comments

Comments
 (0)