You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aiDefaultLogStream.cs 589 B

12345678910111213141516
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.8
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. public enum aiDefaultLogStream {
  9. aiDefaultLogStream_FILE = 0x1,
  10. aiDefaultLogStream_STDOUT = 0x2,
  11. aiDefaultLogStream_STDERR = 0x4,
  12. aiDefaultLogStream_DEBUGGER = 0x8,
  13. _AI_DLS_ENFORCE_ENUM_SIZE = 0x7fffffff
  14. }