mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
revert accidental checkin
This commit is contained in:
parent
8cd122bf5a
commit
31eb743be3
@ -192,23 +192,8 @@ help() {
|
||||
" Display this help text.\n\n";
|
||||
}
|
||||
|
||||
void dofoo(int foo[2]) {
|
||||
}
|
||||
|
||||
void dofoo2(int foo[][2]) {
|
||||
}
|
||||
|
||||
int
|
||||
main(int argc, char *argv[]) {
|
||||
int foo[3][2] = { { 0, 1 }, { 2, 3 }, { 4, 5 } };
|
||||
int *xfoo = (int *)foo;
|
||||
for (int i = 0; i < 6; i++) {
|
||||
cerr << xfoo[i] << " ";
|
||||
}
|
||||
cerr << "\n";
|
||||
dofoo(foo[0]);
|
||||
dofoo2(foo);
|
||||
|
||||
framework.open_framework(argc, argv);
|
||||
framework.set_window_title("Panda Viewer");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user