| 233 | } |
| 234 | |
| 235 | extern "C" OPENPGL_DLLEXPORT bool pglFieldValidate(PGLField field) |
| 236 | { |
| 237 | const auto *gField = (const IGuidingField *)field; |
| 238 | return gField->validate(true, true); |
| 239 | } |
| 240 | |
| 241 | extern "C" OPENPGL_DLLEXPORT bool pglFieldCompare(PGLField fieldA, PGLField fieldB) |
| 242 | { |