Is there any Pragma variable to indicate if someone has pro or free version?

Is there any sort of Pragma variable available to indicate if someone is using the pro or free version?

I would expect something like

#if ASTAR_PRO // GUFF #endif

Hi

Not in the released version. I have those in my development version to write free or pro specific code. Preprocessor directives are per file only though, so I am not sure how it would help you.
There is however the AstarPath.HasPro static readonly variable.

Oh I thought they were solution wide, no worries, I just wanted to have some dummy classes as polyfills incase the pro ones were not available.