Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/Demo2/Pyramid.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#include <CVars/CVar.h>
#include <CVars/glplatform.h>
#include <cvars/CVar.h>
#include <cvars/glplatform.h>
#include "Pyramid.h"

/**
Expand Down
11 changes: 7 additions & 4 deletions examples/Demo2/demo2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
#include <stdio.h>
#include <math.h>
#include <stdlib.h>

#include <CVars/glplatform.h>
#include <cvars/glplatform.h>
#include <GLConsole/GLConsole.h>

#include <CVars/CVarVectorIO.h>
#include <CVars/CVarMapIO.h>
#include <cvars/CVarVectorIO.h>
#include <cvars/CVarMapIO.h>

#include <vector>
#include <map>

#ifdef __unix__
#include <unistd.h> /* needed for usleep */
#endif

#include "Pyramid.h"

// Single global instance so glut can get access
Expand Down
4 changes: 2 additions & 2 deletions include/FLConsole/FLConsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#ifndef __FLCONSOLE_H__
#define __FLCONSOLE_H__

#include <CVars/CVar.h>
#include <CVars/Timestamp.h>
#include <cvars/CVar.h>
#include <cvars/Timestamp.h>

//#include <GLConsole/CVarUtils::Color.h>

Expand Down
4 changes: 2 additions & 2 deletions include/TextConsole/TextConsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#ifndef __TEXT_CONSOLE_H__
#define __TEXT_CONSOLE_H__

#include <CVars/CVar.h>
#include <CVars/Timestamp.h>
#include <cvars/CVar.h>
#include <cvars/Timestamp.h>

#include <limits.h>
#include <stdio.h>
Expand Down