asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Cleaning namespace / organising software set #30

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Due to the scheduled addition of Abstract Communication Library, depending also on SDLwrap, we need to clean the namespace, as a "package" organisation, and make it part of a greater package. So We will have : RAGE::AML RAGE::SDL RAGE::ACL ACL and AML depend on SDL. therefore we will need a GNA project for SDL and ACL ( and delete SGE btw ). This will be done when AML will be working with SDL, and when we will start ACL. Maybe we can also provide things like RAGE::AML::SDL but only if the dependency is active (built into the library) Try this : namespace AML { namespace SDL { using ::SDL; } } and think about it ( might not be needed }

asmodehn commented 10 years ago

moved SDL to the same level than AML... Need to sort out the dependencies with cmake...

asmodehn commented 10 years ago

Waiting for the ACL lib to be created to move furhter, and this will be done ONLY when AML wille be working on few games. Still many cmake improvements to make along the way.