GraphicsClientExample.h 201 B

1234567
  1. #ifndef GRAPHICS_CLIENT_EXAMPLE_H
  2. #define GRAPHICS_CLIENT_EXAMPLE_H
  3. class CommonExampleInterface* GraphicsClientCreateFunc(struct CommonExampleOptions& options);
  4. #endif //GRAPHICS_CLIENT_EXAMPLE_H