forked from benkuper/juce_simpleweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjuce_simpleweb.cpp
More file actions
24 lines (17 loc) · 820 Bytes
/
juce_simpleweb.cpp
File metadata and controls
24 lines (17 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
==============================================================================
==============================================================================
*/
#ifdef JUCE_SIMPLEWEB_H_INCLUDED
/* When you add this cpp file to your project, you mustn't include it in a file where you've
already included any other headers - just put it inside a file on its own, possibly with your config
flags preceding it, but don't include anything else. That also includes avoiding any automatic prefix
header files that the compiler may be using.
*/
#error "Incorrect use of JUCE cpp file"
#endif
#include "juce_simpleweb.h"
//==============================================================================
#include "common/WSCrypto.cpp"
#include "MIMETypes.cpp"
#include "SimpleWebSocketServer.cpp"