Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
9 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
0 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
12 行
すべてコピー
12 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
24 行
すべてコピー
uint32_t getBaseMagicLevel() const {
uint32_t getBaseMagicLevel() const {
return magLevel;
return magLevel;
}
}
uint8_t getMagicLevelPercent() const {
uint8_t getMagicLevelPercent() const {
return magLevelPercent;
return magLevelPercent;
}
}
コピー
コピー済み
コピー
コピー済み
// custom edit : passive damage bonus
uint16_t getPassiveDamageBonus() const {
return passiveDamageBonus;
}
void setPassiveDamageBonus(uint16_t newValue)
{
passiveDamageBonus = newValue;
}
// end custom edit
uint8_t getSoul() const {
uint8_t getSoul() const {
return soul;
return soul;
}
}
bool isAccessPlayer() const {
bool isAccessPlayer() const {
return group->access;
return group->access;
}
}
保存された差分
原文
ファイルを開く
uint32_t getBaseMagicLevel() const { return magLevel; } uint8_t getMagicLevelPercent() const { return magLevelPercent; } uint8_t getSoul() const { return soul; } bool isAccessPlayer() const { return group->access; }
変更されたテキスト
ファイルを開く
uint32_t getBaseMagicLevel() const { return magLevel; } uint8_t getMagicLevelPercent() const { return magLevelPercent; } // custom edit : passive damage bonus uint16_t getPassiveDamageBonus() const { return passiveDamageBonus; } void setPassiveDamageBonus(uint16_t newValue) { passiveDamageBonus = newValue; } // end custom edit uint8_t getSoul() const { return soul; } bool isAccessPlayer() const { return group->access; }
違いを見つける