snowplow / snowplow-cpp-tracker

Snowplow event tracker for C++. Add analytics to your C++ applications, games and servers
http://snowplowanalytics.com
Apache License 2.0
9 stars 6 forks source link

Add a header file that includes all the published APIs (close #55) #56

Closed matus-tomlein closed 2 years ago

matus-tomlein commented 2 years ago

Add a snowplow.hpp header file to make it easier to import the library in users apps – instead of importing each Snowplow class individually, this imports all the published classes. Also gives us more freedom to move stuff around.