Browse Source

export symbols

mikymod 12 năm trước cách đây
mục cha
commit
9f8aef1ba0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      engine/core/Args.h

+ 1 - 1
engine/core/Args.h

@@ -55,7 +55,7 @@ struct ArgsOption
 };
 
 /// Parses the command line arguments in a way very similar to GNU getopt.
-class Args
+class CE_EXPORT Args
 {
 public: