5 lines
155 B
C++
5 lines
155 B
C++
|
#include "CayaPreferences.h"
|
||
|
|
||
|
template<> const char* CayaPreferences::fFolder = "Caya";
|
||
|
template<> const char* CayaPreferences::fFilename = "preferences";
|