C client for GEX. bare-bones, low level access
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gex-client-c/gex/gex.h

14 lines
220 B

//
// Created by MightyPork on 2017/12/19.
//
#ifndef GEX_H
#define GEX_H
#include "gex_defines.h"
#include "gex_client.h"
#include "gex_settings.h"
#include "gex_unit.h"
#include "gex_message_types.h"
#endif //GEX_H