13 lines
220 B
C
13 lines
220 B
C
|
//
|
||
|
// Created by brett on 6/21/23.
|
||
|
//
|
||
|
|
||
|
#ifndef CROWSITE_CROW_INCLUDES_H
|
||
|
#define CROWSITE_CROW_INCLUDES_H
|
||
|
|
||
|
#include <crowsite/config.h>
|
||
|
#define CROW_ENABLE_COMPRESSION
|
||
|
#include "crow.h"
|
||
|
|
||
|
#endif //CROWSITE_CROW_INCLUDES_H
|