Changeset 107 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- May 6, 2007, 3:17:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r101 r107 517 517 else if(str[0]=='i'||str[0]=='I'){ 518 518 if(lstrcmpi(str,"If")==0) return COM_IF; 519 if(lstrcmpi(str,"Imports")==0) return -1; 519 520 if(lstrcmpi(str,"Inherits")==0) return COM_INHERITS; 520 521 if(lstrcmpi(str,"Input")==0) return COM_INPUT;
Note:
See TracChangeset
for help on using the changeset viewer.