// // ChatEntry.cpp // interface // // Created by Andrzej Kapolka on 4/24/13. // Copyright (c) 2013 High Fidelity, Inc. All rights reserved. #include "ChatEntry.h" void ChatEntry::render(int screenWidth, int screenHeight) { }