openspades/Sources/Gui/DetailConfigWindowHandler.cpp

20 lines
373 B
C++
Raw Normal View History

2013-08-18 16:18:06 +09:00
//
// DetailConfigWindowHandler.cpp
// OpenSpades
//
// Created by yvt on 8/5/13.
// Copyright (c) 2013 yvt.jp. All rights reserved.
//
#include "DetailConfigWindow.h"
#include "../Core/Settings.h"
#include <vector>
#include <string>
void DetailConfigWindow::Init() {
std::vector<std::string> items;
items = spades::Settings::GetInstance()->GetAllItemNames();
}