#ifndef QR_TYPES_H
#define QR_TYPES_H

struct qr_data;
struct qr_code;

#endif