Skip to content

Commit

Permalink
Update viewdraw.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent 420c1f5 commit f309c7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project/viewdraw.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2014-2018 Alexandre-Xavier Labonté-Lamoureux
// Copyright (C) 2014-2018 Alexandre-Xavier Labonté-Lamoureux
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -28,6 +28,11 @@ using namespace std;
#include "player.h"
#include "level.h"

#ifnef GL_SAMPLE_ALPHA_TO_COVERAGE
// OpenGL ES constant
#define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809e
#endif

/****************************** Constants ******************************/

const string WindowIcon = "planet.png";
Expand Down

0 comments on commit f309c7e

Please sign in to comment.