renamed IContext -> IGraphicsContext

This commit is contained in:
Jack Andersen
2015-04-18 14:09:24 -10:00
parent 41ae47c14a
commit f358c092aa
5 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
int main(int argc, char** argv)
{
IContext* ctx = new CContext;
IGraphicsContext* ctx = new CGraphicsContext;
if (ctx->create())
{