mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
15 lines
251 B
C
15 lines
251 B
C
#ifndef SPATIAL_CLASSESM_ORACLE
|
|
# define SPATIAL_CLASSESM_ORACLE
|
|
|
|
#ifndef OCCI_ORACLE
|
|
# include <occi.h>
|
|
#endif
|
|
|
|
#ifndef SPATIAL_CLASSESH_ORACLE
|
|
# include "spatial_classesh.h"
|
|
#endif
|
|
|
|
void RegisterClasses(oracle::occi::Environment* envOCCI_);
|
|
|
|
#endif
|