Changeset 32089 for titan/titan/skin.h


Ignore:
Timestamp:
01/04/15 17:43:49 (8 years ago)
Author:
Stephan
Message:

[oled] symbol for streaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skin.h

    r32070 r32089  
    5252                return &getoledrec;
    5353        }
     54
     55        if(ostrcmp("getstreaming", value) == 0)
     56        {
     57                *rettype = FUNCPIC;
     58                return &getoledstreaming;
     59        }
     60
    5461#endif
    5562        if(ostrcmp("getalternatepicon", value) == 0)
Note: See TracChangeset for help on using the changeset viewer.