浏览代码

added hl.h

Nicolas Cannasse 9 年之前
父节点
当前提交
0f1b463a44
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      hl.vcxproj
  2. 1 0
      hl.vcxproj.filters

+ 1 - 0
hl.vcxproj

@@ -174,6 +174,7 @@
     <ClCompile Include="src\module.c" />
   </ItemGroup>
   <ItemGroup>
+    <ClInclude Include="src\hl.h" />
     <ClInclude Include="src\hlmodule.h" />
     <ClInclude Include="src\opcodes.h" />
   </ItemGroup>

+ 1 - 0
hl.vcxproj.filters

@@ -10,5 +10,6 @@
   <ItemGroup>
     <ClInclude Include="src\hlmodule.h" />
     <ClInclude Include="src\opcodes.h" />
+    <ClInclude Include="src\hl.h" />
   </ItemGroup>
 </Project>