//
// GameEvent.cpp
// customEventExample
//
// Created by Todd Vanderlin on 2/25/12.
// Copyright (c) 2012 vanderlin.cc. All rights reserved.
//
#include "GameEvent.h"
ofEvent <GameEvent> GameEvent::events;
//
// GameEvent.cpp
// customEventExample
//
// Created by Todd Vanderlin on 2/25/12.
// Copyright (c) 2012 vanderlin.cc. All rights reserved.
//
#include "GameEvent.h"
ofEvent <GameEvent> GameEvent::events;
Comments