Skip to content

Instantly share code, notes, and snippets.

@JordanBell
JordanBell / CGConsole.cpp
Last active August 29, 2015 14:12
A class, TestingConsole, which allows quick run-time function calls via SDL input, and an example implementation, CGConsole.
//
// CGConsole.cpp
// Testing-Console
//
// Created by Jordan Bell on 15/10/2014.
// Copyright (c) 2014 Jordan Bell. All rights reserved.
//
#include "CGConsole.h"
#include "Coin.h"