objwriter.h

changeset 36
a8838b5f1213
parent 34
0a9a5902beaa
child 37
c349dca807f9
equal deleted inserted replaced
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__

mercurial