Add files to Mac build. Fix compile.

I was getting errors about a missing NotePart_Invalid when
I noticed it wasn't a part of the enum. I don't know if that
was intentional, but it was throwing the compiling off.
This commit is contained in:
Jason Felds
2010-02-15 08:28:51 -05:00
parent 75861f22a1
commit 4791b411d1
2 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ enum NotePart
NotePart_HoldTopCap,
NotePart_HoldBody,
NotePart_HoldBottomCap,
NUM_NotePart
NUM_NotePart,
NotePart_Invalid
};
struct NoteResource;