Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
12415b4e
Commit
12415b4e
authored
Jun 21, 2017
by
Kirill Terekhov
Browse files
Fix errors with clang
parent
c0016f0f
Changes
2
Show whitespace changes
Inline
Side-by-side
Examples/OldDrawGrid/input.cpp
View file @
12415b4e
#include "input.h"
#include "inc_glut.h"
#include <stdlib.h>
Input
::
Input
(
int
*
val
,
std
::
string
comment
)
:
comment
(
comment
)
{
...
...
Examples/OldDrawGrid/printtext.cpp
View file @
12415b4e
#include "inc_glut.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
void
printtext
(
const
char
*
fmt
,
...)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment