blob: 43070cc3ff78f753a246c4606989086a63bf08ba [file] [log] [blame]
daniel@transgaming.com4f39fd92010-03-08 20:26:45 +00001//
2// Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved.
3// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5//
6#ifndef __INITIALIZEDLL_H
7#define __INITIALIZEDLL_H
8
daniel@transgaming.com4f39fd92010-03-08 20:26:45 +00009bool InitProcess();
Alok Priyadarshi8156b6b2013-09-23 14:56:58 -040010void DetachProcess();
daniel@transgaming.com4f39fd92010-03-08 20:26:45 +000011
12#endif // __INITIALIZEDLL_H
13