Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
creativeProjects2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kevin Dang
creativeProjects2
Commits
3e582ca2
Commit
3e582ca2
authored
Apr 14, 2016
by
Kevin Dang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created .h and .cpp files for worldObjects to clean up code
parent
a2abbfef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
Lux/src/worldObjects.cpp
Lux/src/worldObjects.cpp
+10
-0
Lux/src/worldObjects.h
Lux/src/worldObjects.h
+30
-0
No files found.
Lux/src/worldObjects.cpp
0 → 100644
View file @
3e582ca2
//
// worldObjects.cpp
// Lux
//
// Created by Dat Nguyen & Kevin Dang
//
//
#include <stdio.h>
#include "worldObjects.h"
\ No newline at end of file
Lux/src/worldObjects.h
0 → 100644
View file @
3e582ca2
//
// worldObjects.h
// Lux
//
// Created by Dat Nguyen & Kevin Dang
//
//
#ifndef worldObjects_h
#define worldObjects_h
#include "ofMain.h"
class
worldObjects
{
protected:
public:
};
class
boxObjects
:
public
worldObjects
{
};
class
sphereLightObjects
:
public
worldObjects
{
};
#endif
/* worldObjects_h */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment