Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 26, 2019 08:16
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/82de55d17b26d5b72a479659c428b580 to your computer and use it in GitHub Desktop.
Save jasongorman/82de55d17b26d5b72a479659c428b580 to your computer and use it in GitHub Desktop.
#ifndef ENCAPSULATION_RECTANGULAR_ROOM_H
#define ENCAPSULATION_RECTANGULAR_ROOM_H
#include "room.h"
Room* new_rectangular_room(float width, float length);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment