/gd.h

windows geometry dash headers

Primary LanguageC++MIT LicenseMIT

gd.h

Windows headers for Geometry Dash. Originally copied from pie's textureldr.

Usage

  • These require cocos2d-x headers. You can use CappucinoSDK, the cocos2d-x headers from textureldr, or your own.

  • Certain compile settings can and will mess up some of these headers. Recommended compile settings are:

    • 32-bit
    • Release mode, maximum optimization for speed (o2)
  • You need to add both the include/ directory and the root gd.h directory in your include path for this to work.

Contribution

  • If you'd like to contribute, create a pull request.