Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- #12 - Includes Remix API headers under new ext/remix/ top-level dir - remix_c.h and remix.h - Added an #ifndef to be able to turn off non-x64 compiler error at top of remix_c.h - Add new root dir public/include/ for bridge-specific Remix API header - public/include/remixapi/bridge_remix_api.h - Adds new util Serializable<T> helper class in util_serializable.h - Defines a uniform interface of functions to de-/serialize generic classes - Adds new RemixApi util helpers in util_remixapi.h/.cpp - Defines Serializable<T>s for remixapi types, and adds extra helpers to handle their quirks - Adds remix_api.h/.cpp to both Client and Server - Helpers for handling the x86 -> x64 conversion
- Loading branch information