Skip to content

Commit

Permalink
Merge pull request #20 from dojoengine/refactor-libc
Browse files Browse the repository at this point in the history
refactor(libc): match wasm & errors
  • Loading branch information
Larkooo authored Feb 5, 2024
2 parents 56ac0be + 9e703d5 commit a838695
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 180 deletions.
4 changes: 0 additions & 4 deletions dojo.h
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,6 @@ struct ResultToriiClient client_new(const char *torii_url,
const struct KeysClause *entities,
uintptr_t entities_len);

void client_run_relay(struct ToriiClient *client);

struct Resultbool client_on_message(struct ToriiClient *client,
void (*callback)(const char *propagation_source,
const char *source,
Expand All @@ -570,8 +568,6 @@ struct ResultCArrayEntity client_entities(struct ToriiClient *client, const stru

struct CArrayKeysClause client_subscribed_models(struct ToriiClient *client);

struct Resultbool client_start_subscription(struct ToriiClient *client);

struct WorldMetadata client_metadata(struct ToriiClient *client);

struct Resultbool client_add_models_to_sync(struct ToriiClient *client,
Expand Down
Loading

0 comments on commit a838695

Please sign in to comment.