
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (ClothesHaveCheck == null) var ClothesHaveCheck = {};
ClothesHaveCheck._path = '/tinierme/dwr';
ClothesHaveCheck.checkClothes = function(p0, callback) {
  dwr.engine._execute(ClothesHaveCheck._path, 'ClothesHaveCheck', 'checkClothes', p0, callback);
}
ClothesHaveCheck.checkClothesFriend = function(p0, p1, callback) {
  dwr.engine._execute(ClothesHaveCheck._path, 'ClothesHaveCheck', 'checkClothesFriend', p0, p1, callback);
}

