blob: bb56ade9defcce51f121ec16a14df3f09edb4e58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Projection System: default list of projections
** Use local definition of PJ_LIST_H for subset.
*/
#define USE_PJ_LIST_H 1
#include "projects.h"
struct PJ_LIST *pj_get_list_ref()
{
return pj_list;
}
|