aboutsummaryrefslogtreecommitdiff
path: root/src/WebPagePreview.cpp
blob: 0d23285d533c3853de5a73ca8bfb7828689f767f (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "../include/WebPagePreview.hpp"
#include "../include/ResourceCache.hpp"

namespace dchat
{
    WebPagePreview::WebPagePreview(const sf::String &_title) : 
        title(_title, ResourceCache::getFont("fonts/Roboto-Regular.ttf"), 10, 0)
    {
        
    }
}