mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
renamed IContext -> IGraphicsContext
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
IContext* ctx = new CContext;
|
||||
IGraphicsContext* ctx = new CGraphicsContext;
|
||||
|
||||
if (ctx->create())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user