Blame view

ios/Runner/Wowgame/Classes/game_food/Strings.cpp 503 Bytes
cb213901   xiaoyu   添加一个游戏的源码和编译选项
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  //
  //  Strings.cpp
  //  Steve and Maggie Halloween
  //
  //  Created by Katarzyna Kalinowska-Górska on 06/10/2019.
  //
  
  #include <stdio.h>
  #include "Strings.h"
  
  namespace Strings {
  
      const char* LINK_TERMS_OF_SERVICE = "https://www.wattsenglish.com/steve-and-maggie-halloween/terms-of-use.html";
      const char* LINK_PRIVACY_POLICY = "https://www.wattsenglish.com/steve-and-maggie-halloween/principles-of-personal-data-processing.html";
  //    const char* LINK_ABOUT_WE = "https://www.wowenglish.com";
  }