Skip to content

Commit

Permalink
FULLPIPE: Turn Sc2Array into typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 6, 2013
1 parent e672452 commit f7d10b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engines/fullpipe/objects.h
Expand Up @@ -86,8 +86,7 @@ class Sc2 : public CObject {
virtual bool load(MfcArchive &file);
};

class Sc2Array : public Common::Array<Sc2> {
};
typedef Common::Array<Sc2> Sc2Array;

union VarValue {
float floatValue;
Expand Down

0 comments on commit f7d10b5

Please sign in to comment.