Changeset 203ab1b in opengl-game


Ignore:
Timestamp:
Sep 12, 2019, 9:39:38 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
f6521fb
Parents:
d2f607c
Message:

Rename utils.h to utils.hpp

Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • OpenGLReference.vcxproj

    rd2f607c r203ab1b  
    163163    <ClInclude Include="StackWalker.h" />
    164164    <ClInclude Include="stb_image.h" />
    165     <ClInclude Include="utils.h" />
     165    <ClInclude Include="utils.hpp" />
    166166  </ItemGroup>
    167167  <ItemGroup>
  • VulkanReference.vcxproj

    rd2f607c r203ab1b  
    143143    <ClInclude Include="game-gui.hpp" />
    144144    <ClInclude Include="stb_image.h" />
    145     <ClInclude Include="utils.h" />
     145    <ClInclude Include="utils.hpp" />
    146146  </ItemGroup>
    147147  <ItemGroup>
  • new-game.cpp

    rd2f607c r203ab1b  
    2828
    2929#include "logger.h"
    30 #include "utils.h"
     30#include "utils.hpp"
    3131
    3232#include "compiler.hpp"
  • utils.cpp

    rd2f607c r203ab1b  
    1 #include "utils.h"
     1#include "utils.hpp"
    22
    33#include <iostream>
  • vulkan-ref.cpp

    rd2f607c r203ab1b  
    2020
    2121#include "consts.hpp"
    22 #include "utils.h"
     22#include "utils.hpp"
    2323
    2424#include "game-gui-sdl.hpp"
Note: See TracChangeset for help on using the changeset viewer.