blob: 842a45281dd6b19588534663432bc2b743cc8e78 [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
7#ifndef __INITIALIZE_GLOBALS_INCLUDED_
8#define __INITIALIZE_GLOBALS_INCLUDED_
9
10void InitializeGlobalPools();
11void FreeGlobalPools();
12bool InitializePoolIndex();
13void FreePoolIndex();
14
15#endif // __INITIALIZE_GLOBALS_INCLUDED_