Added comment about return values of ShInitialize() and ShFinalize().

Review URL: http://codereview.appspot.com/1980041

git-svn-id: https://angleproject.googlecode.com/svn/trunk@383 736b8ea6-26fd-11df-bfd4-992fa37f6226
This commit is contained in:
alokp@chromium.org 2010-08-12 19:46:23 +00:00
Родитель 6ad6ce8d0b
Коммит b399934899
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -19,10 +19,12 @@ extern "C" {
//
// Driver must call this first, once, before doing any other
// compiler operations.
// If the function succeeds, the return value is nonzero, else zero.
//
int ShInitialize();
//
// Driver should call this at shutdown.
// If the function succeeds, the return value is nonzero, else zero.
//
int ShFinalize();
//