asmaloney / GDExtensionTemplate

📜 A template project for building Godot 4 GDExtensions using CMake
The Unlicense
228 stars 22 forks source link

Remove example use of GDEXTENSIONTEMPLATE_VERSION(_CHECK) #40

Closed asmaloney closed 1 year ago

asmaloney commented 1 year ago

Since this is in the cpp file it won't get renamed when you change the project name.

Instead of generating this cpp file, just remove the example (which is in the Version.h file anyways).

Fixes #39