Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 26, 2019 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/4b8abc1a2bce491220302a5da5234d2b to your computer and use it in GitHub Desktop.
Save jasongorman/4b8abc1a2bce491220302a5da5234d2b to your computer and use it in GitHub Desktop.
#ifndef ENCAPSULATION_CIRCULAR_ROOM_H
#define ENCAPSULATION_CIRCULAR_ROOM_H
#include "room.h"
Room* new_circular_room(float radius);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment