
well...
how to say..
im doing the whole thing very.. messy, just trying to get something to work when i see a problem.
right now i got the compilation errors quite done (for now).
and i have the following problem:
the beginning of the file CommandQueue.h looks like this:
Code: Select all
class CCommandQueue {
friend class CCommandAI;
friend class CFactoryCAI;
enum QueueType {
CommandQueueType,
NewUnitQueueType,
BuildQueueType
};
CR_DECLARE(CCommandQueue);
public:
inline QueueType GetType() const { return queueType; }
...
because of this, i get an error.
i would like to move the QueueType struct into the public section aswell.
so i have this and the other thing with the CommandDescription struct mentioned earlier.
2 small changes to the source.
for uploading them to svn, i would need a password and username.
as it are small changes, you could do it as well, or.. well i would need an account.