2010-07-14 17:54:31 +02:00
|
|
|
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
|
|
|
// Distributed under the MIT/X11 software license, see the accompanying
|
|
|
|
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
void Shutdown(void* parg);
|
2010-07-26 19:44:51 +02:00
|
|
|
bool AppInit(int argc, char* argv[]);
|
|
|
|
bool AppInit2(int argc, char* argv[]);
|