1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #ifndef PPAPI_SIMPLE_PS_INSTANCE_H_
6 #define PPAPI_SIMPLE_PS_INSTANCE_H_
10 #include "ppapi/c/pp_instance.h"
11 #include "ppapi/c/pp_stdint.h"
12 #include "ppapi/c/ppb_var.h"
14 #include "ppapi_simple/ps_event.h"
26 void PSInstanceSetVerbosity(enum PSVerbosity verbosity
);
27 void PSInstanceTrace(const char *fmt
, ...);
28 void PSInstanceLog(const char *fmt
, ...);
29 void PSInstanceWarn(const char *fmt
, ...);
30 void PSInstanceError(const char *fmt
, ...);
34 #endif /* PPAPI_SIMPLE_PS_INSTANCE_H_ */