35:3d3f6ed40171 | 36:a8838b5f1213 |
---|---|
80 buffer->Write<T> (stuff); | 80 buffer->Write<T> (stuff); |
81 return; | 81 return; |
82 } | 82 } |
83 | 83 |
84 // Cannot use default arguments in function templates.. | 84 // Cannot use default arguments in function templates.. |
85 void Write (byte stuff) {Write<byte> (stuff);} | 85 void Write (word stuff) {Write<word> (stuff);} |
86 }; | 86 }; |
87 | 87 |
88 #endif // __OBJWRITER_H__ | 88 #endif // __OBJWRITER_H__ |