blob: 9a67ed0e0482afc23db83ed5671fb6696e12788b [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
Geoff Lang0a73dd82014-11-19 16:18:08 -05007#ifndef COMPILER_TRANSLATOR_INITIALIZEGLOBALS_H_
8#define COMPILER_TRANSLATOR_INITIALIZEGLOBALS_H_
daniel@transgaming.com4f39fd92010-03-08 20:26:45 +00009
daniel@transgaming.com4f39fd92010-03-08 20:26:45 +000010bool InitializePoolIndex();
11void FreePoolIndex();
12
Jamie Madilld7b1ab52016-12-12 14:42:19 -050013#endif // COMPILER_TRANSLATOR_INITIALIZEGLOBALS_H_