Changeset 107 in dev for ProjectEditor/SubOperation.cpp


Ignore:
Timestamp:
May 6, 2007, 3:17:56 PM (17 years ago)
Author:
dai_9181
Message:

Importsステートメントを導入した。実装は作り途中。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/SubOperation.cpp

    r101 r107  
    517517    else if(str[0]=='i'||str[0]=='I'){
    518518        if(lstrcmpi(str,"If")==0) return COM_IF;
     519        if(lstrcmpi(str,"Imports")==0) return -1;
    519520        if(lstrcmpi(str,"Inherits")==0) return COM_INHERITS;
    520521        if(lstrcmpi(str,"Input")==0) return COM_INPUT;
Note: See TracChangeset for help on using the changeset viewer.