Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 26, 2019 08:16
Embed
What would you like to do?
#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