22 lines
369 B
C
22 lines
369 B
C
#ifndef CCAPI_H
|
|
#define CCAPI_H
|
|
#pragma once
|
|
|
|
// #define CC_LOGO_NO
|
|
|
|
#include "basic/CC.h"
|
|
#include "IO/CCThread.h"
|
|
#include "IO/CCThreadPool.h"
|
|
#include "CCNetwork.h"
|
|
#include "CCWebServlet.h"
|
|
#include "CCAudio.h"
|
|
#include "CCFile.h"
|
|
#include "CCFile.h"
|
|
#include "CCFileOutStream.h"
|
|
#include "CCFIleInStream.h"
|
|
#include "IO/CCProcess.h"
|
|
#include "CCEncode.h"
|
|
|
|
|
|
#endif
|