Genetic generation of cars in a 2D environment
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
//
|
|
// ViewController.h
|
|
// iOS GLEssentials
|
|
//
|
|
// Created by Joshua Moerman on 07/03/14.
|
|
// Copyright (c) 2014 Joshua Moerman. All rights reserved.
|
|
//
|
|
|
|
@import GLKit;
|
|
|
|
@interface ViewController : GLKViewController
|
|
@end
|
|
|