mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
* create should return bool
This commit is contained in:
@@ -4,5 +4,12 @@
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
IContext* ctx = new CContext;
|
||||
|
||||
if (ctx->create())
|
||||
{
|
||||
}
|
||||
|
||||
delete ctx;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user