Changeset 301c90a in opengl-game for compiler.hpp


Ignore:
Timestamp:
Mar 13, 2021, 10:37:06 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
d255d52
Parents:
187b0f5
Message:

Implement the start of a generic UI system built on top of IMGUI, which can reposition elements when the screen is resized, and use it in VulkanGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • compiler.hpp

    r187b0f5 r301c90a  
    1 #ifndef COMPILER_H
    2 #define COMPILER_H
     1#ifndef _COMPILER_H
     2#define _COMPILER_H
    33
    44#if defined _WIN64
     
    1616#endif
    1717
    18 #endif
     18#endif // _COMPILER_H
Note: See TracChangeset for help on using the changeset viewer.