SomeRandomGameDev / DumbFramework

A very dumb framework/glue to small useful libraries for quick and dirty prototyping.
0 stars 0 forks source link

Add namespaces to code #4

Closed SomeRandomGameDev closed 9 years ago

SomeRandomGameDev commented 11 years ago

There's currently no namespace in code. This needs to be fixed.

BlockoS commented 10 years ago

I put this in bounding objects code

namespace Dumb {
namespace Framework {
}}
SomeRandomGameDev commented 10 years ago

Two namespaces ? Might be too much isn't it ?

BlockoS commented 10 years ago

I changed Dumb::Framework to Dumb. But I realized we already had Render, etc... So maybe I should just with Framework.

SomeRandomGameDev commented 10 years ago

I'm ok with that.

SomeRandomGameDev commented 9 years ago

Consider it done.