holywyvern/carbuncle

View on GitHub
gems/carbuncle-steamworks/src/game_coordinator.cpp

Summary

Maintainability
Test Coverage
#include <mruby.h>

extern "C"
void mrb_init_carbuncle_steamworks_game_coordinator(mrb_state *mrb, struct RClass *steam)
{
  struct RClass *apps = mrb_define_module_under(mrb, steam, "GameCoordinator");
}