ソースを参照

merging issues fixed

naelstrof 11 年 前
コミット
9d72c917cb
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      main.cpp

+ 1
- 0
main.cpp ファイルの表示

20
     float r = options->m_red;
20
     float r = options->m_red;
21
     float g = options->m_green;
21
     float g = options->m_green;
22
     float b = options->m_blue;
22
     float b = options->m_blue;
23
+    timespec start, time;
23
     int cx = 0;
24
     int cx = 0;
24
     int cy = 0;
25
     int cy = 0;
25
 
26