瀏覽代碼

merging issues fixed

naelstrof 11 年之前
父節點
當前提交
9d72c917cb
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      main.cpp

+ 1
- 0
main.cpp 查看文件

@@ -20,6 +20,7 @@ int main( int argc, char** argv ) {
20 20
     float r = options->m_red;
21 21
     float g = options->m_green;
22 22
     float b = options->m_blue;
23
+    timespec start, time;
23 24
     int cx = 0;
24 25
     int cy = 0;
25 26