Changeset 39667 for titan/titan/skinfunc.h
- Timestamp:
- 01/05/17 17:51:23 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinfunc.h
r38615 r39667 1 1 #ifndef SKINFUNC_H 2 2 #define SKINFUNC_H 3 4 char* Mtitletext = NULL; 3 5 4 6 char* getplaytext(struct skin* node, char* path) … … 1800 1802 node->hidden = YES; 1801 1803 return tmpstr; 1802 } 1804 } 1805 1806 char* getlasttitle(struct skin* node, char* parm1, char* parm2) 1807 { 1808 char* tmpstr = NULL; 1809 tmpstr = ostrcat(Mtitletext,NULL, 0, 0); 1810 return tmpstr; 1811 } 1803 1812 1804 1813 #endif
Note: See TracChangeset
for help on using the changeset viewer.