michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkApplication_DEFINED michael@0: #define SkApplication_DEFINED michael@0: michael@0: class SkOSWindow; michael@0: michael@0: extern SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv); michael@0: extern void application_init(); michael@0: extern void application_term(); michael@0: michael@0: #endif // SkApplication_DEFINED