1#ifndef XONAR_DG_H_INCLUDED 2#define XONAR_DG_H_INCLUDED 3 4#include "oxygen.h" 5 6extern struct oxygen_model model_xonar_dg; 7 8#endif 9 10